Skip to content

Commit

Permalink
chore(🦾): bump python selenium 3.141.0 -> 4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 26, 2024
1 parent 529aed5 commit 746a408
Showing 1 changed file with 33 additions and 5 deletions.
38 changes: 33 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ attrs==24.2.0
# via
# cattrs
# jsonschema
# outcome
# requests-cache
# trio
babel==2.16.0
# via flask-babel
backoff==2.2.1
Expand All @@ -49,7 +51,9 @@ cattrs==24.1.2
celery==5.4.0
# via apache-superset
certifi==2024.8.30
# via requests
# via
# requests
# selenium
cffi==1.17.1
# via
# cryptography
Expand Down Expand Up @@ -100,7 +104,10 @@ email-validator==2.2.0
et-xmlfile==2.0.0
# via openpyxl
exceptiongroup==1.2.2
# via cattrs
# via
# cattrs
# trio
# trio-websocket
flask==2.3.3
# via
# apache-superset
Expand Down Expand Up @@ -154,9 +161,13 @@ geopy==2.4.1
google-auth==2.36.0
# via shillelagh
greenlet==3.0.3
# via shillelagh
# via
# shillelagh
# sqlalchemy
gunicorn==23.0.0
# via apache-superset
h11==0.14.0
# via wsproto
hashids==1.3.1
# via apache-superset
holidays==0.25
Expand All @@ -167,6 +178,7 @@ idna==3.10
# via
# email-validator
# requests
# trio
importlib-metadata==8.5.0
# via apache-superset
importlib-resources==6.4.5
Expand Down Expand Up @@ -241,6 +253,8 @@ openpyxl==3.1.5
# via pandas
ordered-set==4.1.0
# via flask-limiter
outcome==1.3.0.post0
# via trio
packaging==24.2
# via
# apache-superset
Expand Down Expand Up @@ -296,6 +310,8 @@ pyparsing==3.1.2
# via apache-superset
pyrsistent==0.20.0
# via jsonschema
pysocks==1.7.1
# via urllib3
python-dateutil==2.9.0.post0
# via
# apache-superset
Expand Down Expand Up @@ -332,7 +348,7 @@ rich==13.9.4
# via flask-limiter
rsa==4.9
# via google-auth
selenium==3.141.0
selenium==4.9.1
# via apache-superset
shillelagh[gsheetsapi]==1.2.18
# via apache-superset
Expand All @@ -348,6 +364,10 @@ six==1.16.0
# wtforms-json
slack-sdk==3.33.4
# via apache-superset
sniffio==1.3.1
# via trio
sortedcontainers==2.4.0
# via trio
sqlalchemy==1.4.54
# via
# alembic
Expand All @@ -369,6 +389,12 @@ sshtunnel==0.4.0
# via apache-superset
tabulate==0.8.10
# via apache-superset
trio==0.27.0
# via
# selenium
# trio-websocket
trio-websocket==0.11.1
# via selenium
typing-extensions==4.12.2
# via
# alembic
Expand All @@ -385,7 +411,7 @@ tzdata==2024.2
# pandas
url-normalize==1.4.3
# via requests-cache
urllib3==1.26.18
urllib3[socks]==1.26.18
# via
# -r requirements/base.in
# requests
Expand All @@ -407,6 +433,8 @@ werkzeug==3.1.3
# flask-login
wrapt==1.17.0
# via deprecated
wsproto==1.2.0
# via trio-websocket
wtforms==3.2.1
# via
# apache-superset
Expand Down

0 comments on commit 746a408

Please sign in to comment.