Skip to content

chore: Upgrade Python requirements #172

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
Jun 9, 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
11 changes: 7 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ distlib==0.3.9
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.21
django==4.2.22
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -128,7 +128,10 @@ pycodestyle==2.13.0
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.19.1
# via diff-cover
# via
# -r requirements/quality.txt
# diff-cover
# pytest
pylint==3.3.7
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -158,7 +161,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.5
pytest==8.4.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -192,7 +195,7 @@ text-unidecode==1.3
# via
# -r requirements/quality.txt
# python-slugify
tomlkit==0.13.2
tomlkit==0.13.3
# via
# -r requirements/quality.txt
# pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.8.1
# via django
django==4.2.21
django==4.2.22
# via
# -c requirements/common_constraints.txt
# -r requirements/django.in
Expand Down
10 changes: 6 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ coverage[toml]==7.8.2
# pytest-cov
cryptography==45.0.3
# via secretstorage
django==4.2.21
django==4.2.22
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -112,13 +112,15 @@ pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
pygments==2.19.1
# via
# -r requirements/test.txt
# accessible-pygments
# doc8
# pydata-sphinx-theme
# pytest
# readme-renderer
# rich
# sphinx
pytest==8.3.5
pytest==8.4.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -185,7 +187,7 @@ text-unidecode==1.3
# python-slugify
twine==6.1.0
# via -r requirements/doc.in
typing-extensions==4.13.2
typing-extensions==4.14.0
# via
# beautifulsoup4
# pydata-sphinx-theme
Expand All @@ -194,7 +196,7 @@ urllib3==2.2.3
# -c requirements/common_constraints.txt
# requests
# twine
zipp==3.22.0
zipp==3.23.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 7 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ coverage[toml]==7.8.2
# pytest-cov
dill==0.4.0
# via pylint
django==4.2.21
django==4.2.22
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -72,6 +72,10 @@ pycodestyle==2.13.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.19.1
# via
# -r requirements/test.txt
# pytest
pylint==3.3.7
# via
# edx-lint
Expand All @@ -86,7 +90,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.3.5
pytest==8.4.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -116,7 +120,7 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomlkit==0.13.2
tomlkit==0.13.3
# via pylint

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 3 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ pbr==6.1.1
# stevedore
pluggy==1.6.0
# via pytest
pytest==8.3.5
pygments==2.19.1
# via pytest
pytest==8.4.0
# via pytest-cov
pytest-cov==6.1.1
# via -r requirements/test.in
Expand Down