Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #66

Merged
merged 1 commit into from
Dec 1, 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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ django==3.2.23
# -r requirements/base.in
future==0.18.3
# via pyjwkest
idna==3.4
idna==3.6
# via requests
pycryptodomex==3.19.0
# via pyjwkest
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.3
tox==4.11.4
# via -r requirements/ci.in
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ future==0.18.3
# via
# -r requirements/quality.txt
# pyjwkest
idna==3.4
idna==3.6
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -164,7 +164,7 @@ pycryptodomex==3.19.0
# pyjwkest
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.17.1
pygments==2.17.2
# via diff-cover
pyjwkest==1.4.2
# via -r requirements/quality.txt
Expand Down Expand Up @@ -260,7 +260,7 @@ tomlkit==0.12.3
# via
# -r requirements/quality.txt
# pylint
tox==4.11.3
tox==4.11.4
# via -r requirements/ci.txt
typing-extensions==4.8.0
# via
Expand All @@ -272,11 +272,11 @@ urllib3==2.1.0
# via
# -r requirements/quality.txt
# requests
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/ci.txt
# tox
wheel==0.41.3
wheel==0.42.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 @@ -35,7 +35,7 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.5
cryptography==41.0.7
# via secretstorage
django==3.2.23
# via
Expand All @@ -57,7 +57,7 @@ future==0.18.3
# via
# -r requirements/test.txt
# pyjwkest
idna==3.4
idna==3.6
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -122,7 +122,7 @@ pycryptodomex==3.19.0
# via
# -r requirements/test.txt
# pyjwkest
pygments==2.17.1
pygments==2.17.2
# via
# doc8
# readme-renderer
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
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.41.3
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==69.0.1
setuptools==69.0.2
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ future==0.18.3
# via
# -r requirements/test.txt
# pyjwkest
idna==3.4
idna==3.6
# via
# -r requirements/test.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ future==0.18.3
# via
# -r requirements/base.txt
# pyjwkest
idna==3.4
idna==3.6
# via
# -r requirements/base.txt
# requests
Expand Down
Loading