Skip to content

Commit

Permalink
Upgrade Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Feb 20, 2024
1 parent 609c40d commit 6613691
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ parse-type==0.6.2
# behave
pexpect==4.9.0
# via -r requirements.txt
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements-dev.in
platformdirs==4.2.0
# via
Expand All @@ -95,7 +95,9 @@ ptyprocess==0.7.0
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
pysocks==1.7.1
# via
# -r requirements.txt
Expand All @@ -104,7 +106,7 @@ requests==2.31.0
# via
# -r requirements.txt
# amclient
selenium==4.17.2
selenium==4.18.1
# via -r requirements.txt
six==1.16.0
# via
Expand All @@ -128,7 +130,7 @@ tomli==2.0.1
# pyproject-api
# pyproject-hooks
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements-dev.in
trio==0.24.0
# via
Expand All @@ -143,7 +145,7 @@ typing-extensions==4.9.0
# via
# -r requirements.txt
# selenium
urllib3[socks]==2.2.0
urllib3[socks]==2.2.1
# via
# -r requirements.txt
# amclient
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ requests==2.31.0
# via
# -r requirements.in
# amclient
selenium==4.17.2
selenium==4.18.1
# via -r requirements.in
six==1.16.0
# via
Expand All @@ -72,7 +72,7 @@ trio-websocket==0.11.1
# via selenium
typing-extensions==4.9.0
# via selenium
urllib3[socks]==2.2.0
urllib3[socks]==2.2.1
# via
# amclient
# requests
Expand Down

0 comments on commit 6613691

Please sign in to comment.