Skip to content

Commit

Permalink
Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Jun 12, 2024
1 parent cd21247 commit a855920
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 13 deletions.
2 changes: 2 additions & 0 deletions requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
-r requirements.txt

pip-tools
pre-commit
ruff
tox
32 changes: 23 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ build==1.2.1
# via pip-tools
cachetools==5.3.3
# via tox
certifi==2024.2.2
certifi==2024.6.2
# via
# -r requirements.txt
# requests
# selenium
cfgv==3.4.0
# via pre-commit
chardet==5.2.0
# via tox
charset-normalizer==3.3.2
Expand All @@ -47,6 +49,8 @@ h11==0.14.0
# via
# -r requirements.txt
# wsproto
identify==2.5.36
# via pre-commit
idna==3.7
# via
# -r requirements.txt
Expand All @@ -60,16 +64,18 @@ lxml==5.2.2
# metsrw
metsrw==0.5.1
# via -r requirements.txt
nodeenv==1.9.1
# via pre-commit
outcome==1.3.0.post0
# via
# -r requirements.txt
# trio
packaging==24.0
packaging==24.1
# via
# build
# pyproject-api
# tox
parse==1.20.1
parse==1.20.2
# via
# -r requirements.txt
# behave
Expand All @@ -88,6 +94,8 @@ platformdirs==4.2.2
# virtualenv
pluggy==1.5.0
# via tox
pre-commit==3.7.1
# via -r requirements-dev.in
ptyprocess==0.7.0
# via
# -r requirements.txt
Expand All @@ -102,10 +110,14 @@ pysocks==1.7.1
# via
# -r requirements.txt
# urllib3
requests==2.32.1
pyyaml==6.0.1
# via pre-commit
requests==2.32.3
# via
# -r requirements.txt
# amclient
ruff==0.4.8
# via -r requirements-dev.in
selenium==4.21.0
# via -r requirements.txt
six==1.16.0
Expand All @@ -129,7 +141,7 @@ tomli==2.0.1
# pip-tools
# pyproject-api
# tox
tox==4.15.0
tox==4.15.1
# via -r requirements-dev.in
trio==0.25.1
# via
Expand All @@ -140,7 +152,7 @@ trio-websocket==0.11.1
# via
# -r requirements.txt
# selenium
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# -r requirements.txt
# selenium
Expand All @@ -151,18 +163,20 @@ urllib3[socks]==2.2.1
# requests
# selenium
virtualenv==20.26.2
# via tox
# via
# pre-commit
# tox
wheel==0.43.0
# via pip-tools
wsproto==1.2.0
# via
# -r requirements.txt
# trio-websocket
zipp==3.18.2
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via pip-tools
setuptools==69.5.1
setuptools==70.0.0
# via pip-tools
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ attrs==23.2.0
# trio
behave==1.2.6
# via -r requirements.in
certifi==2024.2.2
certifi==2024.6.2
# via
# requests
# selenium
Expand All @@ -36,7 +36,7 @@ metsrw==0.5.1
# via -r requirements.in
outcome==1.3.0.post0
# via trio
parse==1.20.1
parse==1.20.2
# via
# behave
# parse-type
Expand All @@ -48,7 +48,7 @@ ptyprocess==0.7.0
# via pexpect
pysocks==1.7.1
# via urllib3
requests==2.32.1
requests==2.32.3
# via
# -r requirements.in
# amclient
Expand All @@ -70,7 +70,7 @@ trio==0.25.1
# trio-websocket
trio-websocket==0.11.1
# via selenium
typing-extensions==4.11.0
typing-extensions==4.12.2
# via selenium
urllib3[socks]==2.2.1
# via
Expand Down

0 comments on commit a855920

Please sign in to comment.