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

Python Requirements Update #1177

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
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bcrypt==4.0.1
# -r requirements/base.txt
# -r requirements/test.txt
# paramiko
build==1.0.0
build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -145,7 +145,7 @@ pyrsistent==0.19.3
# -r requirements/base.txt
# -r requirements/test.txt
# jsonschema
pytest==7.4.1
pytest==7.4.2
# via -r requirements/test.txt
python-dotenv==0.21.1
# via
Expand Down Expand Up @@ -200,7 +200,7 @@ urllib3==2.0.4
# -r requirements/test.txt
# docker
# requests
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
websocket-client==0.59.0
# via
Expand Down
9 changes: 3 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ bcrypt==4.0.1
# paramiko
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
bleach==6.0.0
# via readme-renderer
certifi==2023.7.22
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -84,6 +82,8 @@ jsonschema==3.2.0
# docker-compose
markupsafe==2.1.3
# via jinja2
nh3==0.2.14
# via readme-renderer
packaging==23.1
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -127,7 +127,7 @@ pyyaml==5.4.1
# via
# -r requirements/base.txt
# docker-compose
readme-renderer==41.0
readme-renderer==42.0
# via -r requirements/doc.in
requests==2.31.0
# via
Expand All @@ -140,7 +140,6 @@ restructuredtext-lint==1.4.0
six==1.16.0
# via
# -r requirements/base.txt
# bleach
# dockerpty
# jsonschema
# websocket-client
Expand Down Expand Up @@ -182,8 +181,6 @@ urllib3==2.0.4
# -r requirements/base.txt
# docker
# requests
webencodings==0.5.1
# via bleach
websocket-client==0.59.0
# via
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.1.2
setuptools==68.2.2
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pyrsistent==0.19.3
# via
# -r requirements/base.txt
# jsonschema
pytest==7.4.1
pytest==7.4.2
# via -r requirements/test.in
python-dotenv==0.21.1
# via
Expand Down
Loading