Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Python Requirements Update #1132

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ attrs==23.1.0
# via jsonschema
bcrypt==4.0.1
# via paramiko
certifi==2023.5.7
certifi==2023.7.22
# via requests
cffi==1.15.1
# via
Expand Down Expand Up @@ -59,7 +59,7 @@ six==1.16.0
# websocket-client
texttable==1.6.7
# via docker-compose
urllib3==2.0.3
urllib3==2.0.4
# via
# docker
# requests
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build==0.10.0
# via
# -r requirements/pip-tools.txt
# pip-tools
certifi==2023.5.7
certifi==2023.7.22
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -34,7 +34,7 @@ charset-normalizer==3.2.0
# -r requirements/base.txt
# -r requirements/test.txt
# requests
click==8.1.4
click==8.1.6
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand All @@ -43,7 +43,7 @@ cryptography==41.0.2
# -r requirements/base.txt
# -r requirements/test.txt
# paramiko
distlib==0.3.6
distlib==0.3.7
# via virtualenv
distro==1.8.0
# via
Expand Down Expand Up @@ -107,9 +107,9 @@ paramiko==3.2.0
# docker
pexpect==4.8.0
# via -r requirements/test.txt
pip-tools==6.14.0
pip-tools==7.1.0
# via -r requirements/pip-tools.txt
platformdirs==3.8.1
platformdirs==3.9.1
# via virtualenv
pluggy==1.2.0
# via
Expand Down Expand Up @@ -188,21 +188,21 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/dev.in
urllib3==2.0.3
urllib3==2.0.4
# via
# -r requirements/base.txt
# -r requirements/test.txt
# docker
# requests
virtualenv==20.23.1
virtualenv==20.24.2
# via tox
websocket-client==0.59.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
# docker
# docker-compose
wheel==0.40.0
wheel==0.41.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ beautifulsoup4==4.12.2
# via pydata-sphinx-theme
bleach==6.0.0
# via readme-renderer
certifi==2023.5.7
certifi==2023.7.22
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -177,7 +177,7 @@ tomli==2.0.1
# via doc8
typing-extensions==4.7.1
# via pydata-sphinx-theme
urllib3==2.0.3
urllib3==2.0.4
# via
# -r requirements/base.txt
# docker
Expand All @@ -189,7 +189,7 @@ websocket-client==0.59.0
# -r requirements/base.txt
# docker
# docker-compose
zipp==3.16.1
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
#
build==0.10.0
# via pip-tools
click==8.1.4
click==8.1.6
# via pip-tools
packaging==23.1
# via build
pip-tools==6.14.0
pip-tools==7.1.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.40.0
wheel==0.41.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.40.0
wheel==0.41.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.0.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bcrypt==4.0.1
# via
# -r requirements/base.txt
# paramiko
certifi==2023.5.7
certifi==2023.7.22
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -113,7 +113,7 @@ texttable==1.6.7
# docker-compose
tomli==2.0.1
# via pytest
urllib3==2.0.3
urllib3==2.0.4
# via
# -r requirements/base.txt
# docker
Expand Down
Loading