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

chore: Upgrade Python requirements #100

Merged
merged 1 commit into from
Jun 11, 2024
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 @@ -30,7 +30,7 @@ six==1.16.0
# via pyjwkest
sqlparse==0.5.0
# via django
typing-extensions==4.12.1
typing-extensions==4.12.2
# via asgiref
urllib3==2.2.1
# via requests
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ filelock==3.14.0
# via
# tox
# virtualenv
packaging==24.0
packaging==24.1
# via
# pyproject-api
# tox
Expand All @@ -34,7 +34,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.0
tox==4.15.1
# via -r requirements/ci.in
virtualenv==20.26.2
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
packaging==24.0
packaging==24.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -176,7 +176,7 @@ pygments==2.18.0
# via diff-cover
pyjwkest==1.4.2
# via -r requirements/quality.txt
pylint==3.2.2
pylint==3.2.3
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -264,9 +264,9 @@ tomlkit==0.12.5
# via
# -r requirements/quality.txt
# pylint
tox==4.15.0
tox==4.15.1
# via -r requirements/ci.txt
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -r requirements/quality.txt
# asgiref
Expand All @@ -284,7 +284,7 @@ wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.19.1
zipp==3.19.2
# via
# -r requirements/pip-tools.txt
# importlib-metadata
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ coverage[toml]==7.5.3
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.7
cryptography==42.0.8
# via secretstorage
django==4.2.13
# via
Expand Down Expand Up @@ -106,13 +106,13 @@ markupsafe==2.1.5
# jinja2
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.2.0
more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.17
# via readme-renderer
packaging==24.0
packaging==24.1
# via
# -r requirements/test.txt
# build
Expand All @@ -122,7 +122,7 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.11.0
pkginfo==1.11.1
# via twine
pluggy==1.5.0
# via
Expand Down Expand Up @@ -224,7 +224,7 @@ tomli==2.0.1
# pytest
twine==5.1.0
# via -r requirements/doc.in
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -r requirements/test.txt
# asgiref
Expand All @@ -234,7 +234,7 @@ urllib3==2.2.1
# -r requirements/test.txt
# requests
# twine
zipp==3.19.1
zipp==3.19.2
# via
# importlib-metadata
# importlib-resources
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# build
packaging==24.0
packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
Expand All @@ -26,7 +26,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.19.1
zipp==3.19.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/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ markupsafe==2.1.5
# jinja2
mccabe==0.7.0
# via pylint
packaging==24.0
packaging==24.1
# via
# -r requirements/test.txt
# pytest
Expand All @@ -102,7 +102,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.in
pyjwkest==1.4.2
# via -r requirements/test.txt
pylint==3.2.2
pylint==3.2.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -164,7 +164,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.5
# via pylint
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -r requirements/test.txt
# asgiref
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jinja2==3.1.4
# via code-annotations
markupsafe==2.1.5
# via jinja2
packaging==24.0
packaging==24.1
# via pytest
pbr==6.0.0
# via stevedore
Expand Down Expand Up @@ -89,7 +89,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# asgiref
Expand Down
Loading