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

Python Requirements Update #1125

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
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.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 @@ -194,7 +194,7 @@ urllib3==2.0.3
# -r requirements/test.txt
# docker
# requests
virtualenv==20.23.1
virtualenv==20.24.0
# via tox
websocket-client==0.59.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
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.0.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.40.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
# via -r requirements/pip.in
setuptools==68.0.0
# via -r requirements/pip.in
Loading