Skip to content

Commit

Permalink
Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed May 9, 2024
1 parent 4bd7f46 commit ea4155d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
21 changes: 10 additions & 11 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements.txt
# trio
# trio-websocket
filelock==3.13.4
filelock==3.14.0
# via
# tox
# virtualenv
Expand Down Expand Up @@ -82,19 +82,19 @@ pexpect==4.9.0
# via -r requirements.txt
pip-tools==7.4.1
# via -r requirements-dev.in
platformdirs==4.2.0
platformdirs==4.2.1
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via tox
ptyprocess==0.7.0
# via
# -r requirements.txt
# pexpect
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
Expand All @@ -106,7 +106,7 @@ requests==2.31.0
# via
# -r requirements.txt
# amclient
selenium==4.19.0
selenium==4.20.0
# via -r requirements.txt
six==1.16.0
# via
Expand All @@ -121,16 +121,15 @@ sortedcontainers==2.4.0
# via
# -r requirements.txt
# trio
tenacity==8.2.3
tenacity==8.3.0
# via -r requirements.txt
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-api
# pyproject-hooks
# tox
tox==4.14.2
tox==4.15.0
# via -r requirements-dev.in
trio==0.25.0
# via
Expand All @@ -151,7 +150,7 @@ urllib3[socks]==2.2.1
# amclient
# requests
# selenium
virtualenv==20.25.1
virtualenv==20.26.1
# via tox
wheel==0.43.0
# via pip-tools
Expand All @@ -165,5 +164,5 @@ zipp==3.18.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via pip-tools
setuptools==69.2.0
setuptools==69.5.1
# via pip-tools
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ certifi==2024.2.2
# selenium
charset-normalizer==3.3.2
# via requests
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# trio
# trio-websocket
Expand Down Expand Up @@ -52,7 +52,7 @@ requests==2.31.0
# via
# -r requirements.in
# amclient
selenium==4.19.0
selenium==4.20.0
# via -r requirements.in
six==1.16.0
# via
Expand All @@ -62,7 +62,7 @@ sniffio==1.3.1
# via trio
sortedcontainers==2.4.0
# via trio
tenacity==8.2.3
tenacity==8.3.0
# via -r requirements.in
trio==0.25.0
# via
Expand Down

0 comments on commit ea4155d

Please sign in to comment.