Skip to content

chore: Upgrade Python requirements #414

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

Closed
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
6 changes: 2 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.8.1
# via django
billiard==4.2.1
# via celery
celery==5.4.0
celery==5.5.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -60,9 +60,7 @@ six==1.17.0
sqlparse==0.5.3
# via django
tzdata==2025.2
# via
# celery
# kombu
# via kombu
uritemplate==4.1.1
# via drf-yasg
vine==5.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ pyproject-api==1.9.0
# via tox
tox==4.25.0
# via -r requirements/ci.in
virtualenv==20.29.3
virtualenv==20.30.0
# via tox
11 changes: 5 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cachetools==5.5.2
# via
# -r requirements/ci.txt
# tox
celery==5.4.0
celery==5.5.0
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -134,7 +134,7 @@ kombu==5.5.2
# via
# -r requirements/test.txt
# celery
lxml[html-clean,html_clean]==5.3.1
lxml[html-clean,html_clean]==5.3.2
# via
# edx-i18n-tools
# lxml-html-clean
Expand Down Expand Up @@ -225,9 +225,9 @@ pytest==8.3.5
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==6.0.0
pytest-cov==6.1.1
# via -r requirements/test.txt
pytest-django==4.10.0
pytest-django==4.11.1
# via -r requirements/test.txt
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -283,7 +283,6 @@ tox==4.25.0
tzdata==2025.2
# via
# -r requirements/test.txt
# celery
# kombu
uritemplate==4.1.1
# via
Expand All @@ -295,7 +294,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.29.3
virtualenv==20.30.0
# via
# -r requirements/ci.txt
# tox
Expand Down
5 changes: 2 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ billiard==4.2.1
# via
# -r requirements/base.txt
# celery
celery==5.4.0
celery==5.5.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -272,15 +272,14 @@ stevedore==5.4.1
# via doc8
twine==6.1.0
# via -r requirements/doc.in
typing-extensions==4.13.0
typing-extensions==4.13.1
# via
# beautifulsoup4
# pydata-sphinx-theme
# referencing
tzdata==2025.2
# via
# -r requirements/base.txt
# celery
# kombu
uritemplate==4.1.1
# via
Expand Down
7 changes: 3 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ billiard==4.2.1
# via
# -r requirements/base.txt
# celery
celery==5.4.0
celery==5.5.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -82,9 +82,9 @@ pytest==8.3.5
# via
# pytest-cov
# pytest-django
pytest-cov==6.0.0
pytest-cov==6.1.1
# via -r requirements/test.in
pytest-django==4.10.0
pytest-django==4.11.1
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -113,7 +113,6 @@ testfixtures==8.3.0
tzdata==2025.2
# via
# -r requirements/base.txt
# celery
# kombu
uritemplate==4.1.1
# via
Expand Down