Skip to content

chore: Upgrade Python requirements #175

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

Merged
merged 1 commit into from
Jul 11, 2025
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
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==6.0.0
cachetools==6.1.0
# via tox
chardet==5.2.0
# via tox
Expand All @@ -28,7 +28,7 @@ pluggy==1.6.0
# via tox
pyproject-api==1.9.1
# via tox
tox==4.26.0
tox==4.27.0
# via -r requirements/ci.in
virtualenv==20.31.2
# via tox
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
asgiref==3.8.1
asgiref==3.9.0
# via
# -r requirements/quality.txt
# django
Expand All @@ -17,7 +17,7 @@ build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.0.0
cachetools==6.1.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -46,11 +46,11 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.9.1
coverage[toml]==7.9.2
# via
# -r requirements/quality.txt
# pytest-cov
diff-cover==9.3.2
diff-cover==9.4.1
# via -r requirements/dev.in
dill==0.4.0
# via
Expand Down Expand Up @@ -124,11 +124,11 @@ pluggy==1.6.0
# pytest
# pytest-cov
# tox
pycodestyle==2.13.0
pycodestyle==2.14.0
# via -r requirements/quality.txt
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.19.1
pygments==2.19.2
# via
# -r requirements/quality.txt
# diff-cover
Expand All @@ -148,7 +148,7 @@ pylint-django==2.6.1
# via
# -r requirements/quality.txt
# edx-lint
pylint-plugin-utils==0.8.2
pylint-plugin-utils==0.9.0
# via
# -r requirements/quality.txt
# pylint-celery
Expand All @@ -162,7 +162,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.4.0
pytest==8.4.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -200,7 +200,7 @@ tomlkit==0.13.3
# via
# -r requirements/quality.txt
# pylint
tox==4.26.0
tox==4.27.0
# via -r requirements/ci.txt
virtualenv==20.31.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
asgiref==3.8.1
asgiref==3.9.0
# via django
django==4.2.23
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==1.0.0
# via sphinx
asgiref==3.8.1
asgiref==3.9.0
# via
# -r requirements/test.txt
# django
Expand All @@ -28,11 +28,11 @@ charset-normalizer==3.4.2
# via requests
click==8.2.1
# via -r requirements/test.txt
coverage[toml]==7.9.1
coverage[toml]==7.9.2
# via
# -r requirements/test.txt
# pytest-cov
cryptography==45.0.4
cryptography==45.0.5
# via secretstorage
django==4.2.23
# via
Expand Down Expand Up @@ -63,7 +63,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
jaraco-functools==4.2.1
# via keyring
jeepney==0.9.0
# via
Expand Down Expand Up @@ -111,7 +111,7 @@ pycparser==2.22
# via cffi
pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
pygments==2.19.1
pygments==2.19.2
# via
# -r requirements/test.txt
# accessible-pygments
Expand All @@ -121,7 +121,7 @@ pygments==2.19.1
# readme-renderer
# rich
# sphinx
pytest==8.4.0
pytest==8.4.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -188,7 +188,7 @@ text-unidecode==1.3
# python-slugify
twine==6.1.0
# via -r requirements/doc.in
typing-extensions==4.14.0
typing-extensions==4.14.1
# via
# beautifulsoup4
# pydata-sphinx-theme
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
asgiref==3.8.1
asgiref==3.9.0
# via
# -r requirements/test.txt
# django
Expand All @@ -22,7 +22,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.9.1
coverage[toml]==7.9.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -69,11 +69,11 @@ pluggy==1.6.0
# -r requirements/test.txt
# pytest
# pytest-cov
pycodestyle==2.13.0
pycodestyle==2.14.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.19.1
pygments==2.19.2
# via
# -r requirements/test.txt
# pytest
Expand All @@ -87,11 +87,11 @@ pylint-celery==0.3
# via edx-lint
pylint-django==2.6.1
# via edx-lint
pylint-plugin-utils==0.8.2
pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pytest==8.4.0
pytest==8.4.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
asgiref==3.8.1
asgiref==3.9.0
# via
# -r requirements/django.txt
# django
click==8.2.1
# via -r requirements/base.txt
coverage[toml]==7.9.1
coverage[toml]==7.9.2
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand All @@ -35,9 +35,9 @@ pluggy==1.6.0
# via
# pytest
# pytest-cov
pygments==2.19.1
pygments==2.19.2
# via pytest
pytest==8.4.0
pytest==8.4.1
# via pytest-cov
pytest-cov==6.2.1
# via -r requirements/test.in
Expand Down