Skip to content

Commit

Permalink
Upgrade Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Nov 29, 2023
1 parent 19e8f4c commit 0bd6389
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build==1.0.3
# via pip-tools
cachetools==5.3.2
# via tox
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements.txt
# requests
Expand All @@ -32,7 +32,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
idna==3.4
idna==3.6
# via
# -r requirements.txt
# requests
Expand All @@ -49,7 +49,7 @@ packaging==23.2
# build
# pyproject-api
# tox
parse==1.19.1
parse==1.20.0
# via
# -r requirements.txt
# behave
Expand All @@ -58,11 +58,11 @@ parse-type==0.6.2
# via
# -r requirements.txt
# behave
pexpect==4.8.0
pexpect==4.9.0
# via -r requirements.txt
pip-tools==7.3.0
# via -r requirements-dev.in
platformdirs==3.11.0
platformdirs==4.0.0
# via
# tox
# virtualenv
Expand Down Expand Up @@ -96,23 +96,23 @@ tomli==2.0.1
# pyproject-api
# pyproject-hooks
# tox
tox==4.11.3
tox==4.11.4
# via -r requirements-dev.in
urllib3==1.26.18
# via
# -r requirements.txt
# amclient
# requests
# selenium
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via pip-tools
setuptools==68.2.2
setuptools==69.0.2
# via pip-tools
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ amclient==1.3.0
# via -r requirements.in
behave==1.2.6
# via -r requirements.in
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
idna==3.4
idna==3.6
# via requests
lxml==4.9.3
# via
# -r requirements.in
# metsrw
metsrw==0.5.0
# via -r requirements.in
parse==1.19.1
parse==1.20.0
# via
# behave
# parse-type
parse-type==0.6.2
# via behave
pexpect==4.8.0
pexpect==4.9.0
# via -r requirements.in
ptyprocess==0.7.0
# via pexpect
Expand Down

0 comments on commit 0bd6389

Please sign in to comment.