Skip to content

Commit

Permalink
Upgrade Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Oct 11, 2023
1 parent 90b9898 commit d0d4a2a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
22 changes: 10 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amclient==1.2.3
# via -r requirements.txt
behave==1.2.6
# via -r requirements.txt
build==1.0.0
build==1.0.3
# via pip-tools
cachetools==5.3.1
# via tox
Expand All @@ -18,7 +18,7 @@ certifi==2023.7.22
# requests
chardet==5.2.0
# via tox
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via
# -r requirements.txt
# requests
Expand All @@ -28,7 +28,7 @@ colorama==0.4.6
# via tox
distlib==0.3.7
# via virtualenv
filelock==3.12.3
filelock==3.12.4
# via
# tox
# virtualenv
Expand All @@ -44,7 +44,7 @@ lxml==4.9.3
# metsrw
metsrw==0.4.0
# via -r requirements.txt
packaging==23.1
packaging==23.2
# via
# build
# pyproject-api
Expand All @@ -62,7 +62,7 @@ pexpect==4.8.0
# via -r requirements.txt
pip-tools==7.3.0
# via -r requirements-dev.in
platformdirs==3.10.0
platformdirs==3.11.0
# via
# tox
# virtualenv
Expand Down Expand Up @@ -97,25 +97,23 @@ tomli==2.0.1
# pyproject-api
# pyproject-hooks
# tox
tox==4.11.1
tox==4.11.3
# via -r requirements-dev.in
typing-extensions==4.7.1
# via filelock
urllib3==1.26.16
urllib3==1.26.17
# via
# -r requirements.txt
# amclient
# requests
# selenium
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via pip-tools
setuptools==68.1.2
setuptools==68.2.2
# via pip-tools
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ behave==1.2.6
# via -r requirements.in
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
idna==3.4
# via requests
Expand Down Expand Up @@ -43,7 +43,7 @@ six==1.16.0
# parse-type
tenacity==8.2.3
# via -r requirements.in
urllib3==1.26.16
urllib3==1.26.17
# via
# amclient
# requests
Expand Down

0 comments on commit d0d4a2a

Please sign in to comment.