Skip to content

Commit

Permalink
Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Aug 8, 2024
1 parent 45c7c08 commit d44098e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
amclient==1.3.0
# via -r requirements.txt
attrs==23.2.0
attrs==24.2.0
# via
# -r requirements.txt
# outcome
Expand All @@ -15,7 +15,7 @@ behave==1.2.6
# via -r requirements.txt
build==1.2.1
# via pip-tools
cachetools==5.3.3
cachetools==5.4.0
# via tox
certifi==2024.7.4
# via
Expand All @@ -34,7 +34,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# -r requirements.txt
# trio
Expand All @@ -52,7 +52,7 @@ idna==3.7
# -r requirements.txt
# requests
# trio
importlib-metadata==8.0.0
importlib-metadata==8.2.0
# via build
lxml==5.2.2
# via
Expand Down Expand Up @@ -106,9 +106,9 @@ requests==2.32.3
# via
# -r requirements.txt
# amclient
ruff==0.5.1
ruff==0.5.6
# via -r requirements-dev.in
selenium==4.22.0
selenium==4.23.1
# via -r requirements.txt
six==1.16.0
# via
Expand All @@ -123,17 +123,17 @@ sortedcontainers==2.4.0
# via
# -r requirements.txt
# trio
tenacity==8.5.0
tenacity==9.0.0
# via -r requirements.txt
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-api
# tox
tox==4.16.0
tox==4.17.1
# via -r requirements-dev.in
trio==0.26.0
trio==0.26.2
# via
# -r requirements.txt
# selenium
Expand All @@ -158,7 +158,7 @@ websocket-client==1.8.0
# via
# -r requirements.txt
# selenium
wheel==0.43.0
wheel==0.44.0
# via pip-tools
wsproto==1.2.0
# via
Expand All @@ -168,7 +168,7 @@ zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2
pip==24.2
# via pip-tools
setuptools==70.2.0
setuptools==72.1.0
# via pip-tools
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
amclient==1.3.0
# via -r requirements.in
attrs==23.2.0
attrs==24.2.0
# via
# outcome
# trio
Expand All @@ -18,7 +18,7 @@ certifi==2024.7.4
# selenium
charset-normalizer==3.3.2
# via requests
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# trio
# trio-websocket
Expand Down Expand Up @@ -52,7 +52,7 @@ requests==2.32.3
# via
# -r requirements.in
# amclient
selenium==4.22.0
selenium==4.23.1
# via -r requirements.in
six==1.16.0
# via
Expand All @@ -62,9 +62,9 @@ sniffio==1.3.1
# via trio
sortedcontainers==2.4.0
# via trio
tenacity==8.5.0
tenacity==9.0.0
# via -r requirements.in
trio==0.26.0
trio==0.26.2
# via
# selenium
# trio-websocket
Expand Down

0 comments on commit d44098e

Please sign in to comment.