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

Python Requirements Update #1169

Merged
merged 1 commit into from
Sep 8, 2023
Merged
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
14 changes: 11 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==0.10.0
build==1.0.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -82,6 +82,10 @@ idna==3.4
# -r requirements/base.txt
# -r requirements/test.txt
# requests
importlib-metadata==6.8.0
# via
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -141,7 +145,7 @@ pyrsistent==0.19.3
# -r requirements/base.txt
# -r requirements/test.txt
# jsonschema
pytest==7.4.0
pytest==7.4.1
# via -r requirements/test.txt
python-dotenv==0.21.1
# via
Expand Down Expand Up @@ -196,7 +200,7 @@ urllib3==2.0.4
# -r requirements/test.txt
# docker
# requests
virtualenv==20.24.3
virtualenv==20.24.4
# via tox
websocket-client==0.59.0
# via
Expand All @@ -208,6 +212,10 @@ wheel==0.41.2
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.16.2
# via
# -r requirements/pip-tools.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ python-dotenv==0.21.1
# via
# -r requirements/base.txt
# docker-compose
pytz==2023.3
pytz==2023.3.post1
# via babel
pyyaml==5.4.1
# via
Expand All @@ -146,7 +146,7 @@ six==1.16.0
# websocket-client
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
soupsieve==2.5
# via beautifulsoup4
sphinx==6.2.1
# via
Expand Down
7 changes: 6 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
#
# make upgrade
#
build==0.10.0
build==1.0.0
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.3.0
Expand All @@ -18,8 +20,11 @@ tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
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.0
pytest==7.4.1
# via -r requirements/test.in
python-dotenv==0.21.1
# via
Expand Down