Skip to content
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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ openedx-events==11.2.0
# via -r requirements/base.in
packaging==26.2
# via kombu
pillow==12.2.0
pillow==12.3.0
# via edx-organizations
prompt-toolkit==3.0.52
# via click-repl
Expand Down Expand Up @@ -131,17 +131,17 @@ six==1.17.0
# python-dateutil
sqlparse==0.5.5
# via django
stevedore==5.8.0
stevedore==5.9.0
# via
# edx-django-utils
# edx-opaque-keys
tomlkit==0.15.0
# via -r requirements/base.in
typing-extensions==4.15.0
typing-extensions==4.16.0
# via edx-opaque-keys
tzdata==2026.2
# via kombu
tzlocal==5.4.3
tzlocal==5.4.4
# via celery
urllib3==2.7.0
# via requests
Expand All @@ -150,7 +150,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.8.1
wcwidth==0.8.2
# via prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ colorama==0.4.6
# via tox
distlib==0.4.3
# via virtualenv
filelock==3.29.4
filelock==3.29.5
# via
# python-discovery
# tox
Expand All @@ -28,7 +28,7 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.1
# via tox
python-discovery==1.4.2
python-discovery==1.4.3
# via
# tox
# virtualenv
Expand Down
25 changes: 12 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.11.1
# via
# -r requirements/quality.txt
# django
ast-serialize==0.5.0
ast-serialize==0.6.0
# via
# -r requirements/quality.txt
# mypy
Expand Down Expand Up @@ -92,7 +92,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.14.3
coverage[toml]==7.15.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -210,15 +210,15 @@ fastavro==1.12.2
# via
# -r requirements/quality.txt
# openedx-events
filelock==3.29.4
filelock==3.29.5
# via
# -r requirements/ci.txt
# python-discovery
# tox
# virtualenv
freezegun==1.5.5
# via -r requirements/quality.txt
grimp==3.14
grimp==3.15
# via
# -r requirements/quality.txt
# import-linter
Expand All @@ -230,7 +230,7 @@ idna==3.18
# via
# -r requirements/quality.txt
# requests
import-linter==2.12
import-linter==2.13
# via -r requirements/quality.txt
iniconfig==2.3.0
# via
Expand Down Expand Up @@ -270,7 +270,7 @@ kombu==5.6.2
# via
# -r requirements/quality.txt
# celery
librt==0.11.0
librt==0.12.0
# via
# -r requirements/quality.txt
# mypy
Expand Down Expand Up @@ -335,7 +335,7 @@ pathspec==1.1.1
# via
# -r requirements/quality.txt
# mypy
pillow==12.2.0
pillow==12.3.0
# via
# -r requirements/quality.txt
# edx-organizations
Expand Down Expand Up @@ -438,7 +438,7 @@ python-dateutil==2.9.0.post0
# -r requirements/quality.txt
# celery
# freezegun
python-discovery==1.4.2
python-discovery==1.4.3
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -500,7 +500,7 @@ sqlparse==0.5.5
# -r requirements/quality.txt
# django
# django-debug-toolbar
stevedore==5.8.0
stevedore==5.9.0
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -528,21 +528,20 @@ types-pyyaml==6.0.12.20260518
# -r requirements/quality.txt
# django-stubs
# djangorestframework-stubs
typing-extensions==4.15.0
typing-extensions==4.16.0
# via
# -r requirements/quality.txt
# django-stubs
# django-stubs-ext
# djangorestframework-stubs
# edx-opaque-keys
# grimp
# import-linter
# mypy
tzdata==2026.2
# via
# -r requirements/quality.txt
# kombu
tzlocal==5.4.3
tzlocal==5.4.4
# via
# -r requirements/quality.txt
# celery
Expand All @@ -562,7 +561,7 @@ virtualenv==21.5.1
# via
# -r requirements/ci.txt
# tox
wcwidth==0.8.1
wcwidth==0.8.2
# via
# -r requirements/quality.txt
# prompt-toolkit
Expand Down
21 changes: 10 additions & 11 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.11.1
# via
# -r requirements/test.txt
# django
ast-serialize==0.5.0
ast-serialize==0.6.0
# via
# -r requirements/test.txt
# mypy
Expand Down Expand Up @@ -73,7 +73,7 @@ click-repl==0.3.0
# celery
code-annotations==3.0.0
# via -r requirements/test.txt
coverage[toml]==7.14.3
coverage[toml]==7.15.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -181,7 +181,7 @@ fastavro==1.12.2
# openedx-events
freezegun==1.5.5
# via -r requirements/test.txt
grimp==3.14
grimp==3.15
# via
# -r requirements/test.txt
# import-linter
Expand All @@ -191,7 +191,7 @@ idna==3.18
# requests
imagesize==2.0.0
# via sphinx
import-linter==2.12
import-linter==2.13
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand All @@ -206,7 +206,7 @@ kombu==5.6.2
# via
# -r requirements/test.txt
# celery
librt==0.11.0
librt==0.12.0
# via
# -r requirements/test.txt
# mypy
Expand Down Expand Up @@ -246,7 +246,7 @@ pathspec==1.1.1
# via
# -r requirements/test.txt
# mypy
pillow==12.2.0
pillow==12.3.0
# via
# -r requirements/test.txt
# edx-organizations
Expand Down Expand Up @@ -373,7 +373,7 @@ sqlparse==0.5.5
# -r requirements/test.txt
# django
# django-debug-toolbar
stevedore==5.8.0
stevedore==5.9.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -391,23 +391,22 @@ types-pyyaml==6.0.12.20260518
# -r requirements/test.txt
# django-stubs
# djangorestframework-stubs
typing-extensions==4.15.0
typing-extensions==4.16.0
# via
# -r requirements/test.txt
# beautifulsoup4
# django-stubs
# django-stubs-ext
# djangorestframework-stubs
# edx-opaque-keys
# grimp
# import-linter
# mypy
# pydata-sphinx-theme
tzdata==2026.2
# via
# -r requirements/test.txt
# kombu
tzlocal==5.4.3
tzlocal==5.4.4
# via
# -r requirements/test.txt
# celery
Expand All @@ -421,7 +420,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.8.1
wcwidth==0.8.2
# via
# -r requirements/test.txt
# prompt-toolkit
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ wheel==0.47.0
# The following packages are considered to be unsafe in a requirements file:
pip==26.1.2
# via -r requirements/pip.in
setuptools==82.0.1
setuptools==83.0.0
# via -r requirements/pip.in
21 changes: 10 additions & 11 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.11.1
# via
# -r requirements/test.txt
# django
ast-serialize==0.5.0
ast-serialize==0.6.0
# via
# -r requirements/test.txt
# mypy
Expand Down Expand Up @@ -73,7 +73,7 @@ code-annotations==3.0.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.14.3
coverage[toml]==7.15.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -178,7 +178,7 @@ fastavro==1.12.2
# openedx-events
freezegun==1.5.5
# via -r requirements/test.txt
grimp==3.14
grimp==3.15
# via
# -r requirements/test.txt
# import-linter
Expand All @@ -188,7 +188,7 @@ idna==3.18
# via
# -r requirements/test.txt
# requests
import-linter==2.12
import-linter==2.13
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand Down Expand Up @@ -218,7 +218,7 @@ kombu==5.6.2
# via
# -r requirements/test.txt
# celery
librt==0.11.0
librt==0.12.0
# via
# -r requirements/test.txt
# mypy
Expand Down Expand Up @@ -266,7 +266,7 @@ pathspec==1.1.1
# via
# -r requirements/test.txt
# mypy
pillow==12.2.0
pillow==12.3.0
# via
# -r requirements/test.txt
# edx-organizations
Expand Down Expand Up @@ -386,7 +386,7 @@ sqlparse==0.5.5
# -r requirements/test.txt
# django
# django-debug-toolbar
stevedore==5.8.0
stevedore==5.9.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -408,21 +408,20 @@ types-pyyaml==6.0.12.20260518
# -r requirements/test.txt
# django-stubs
# djangorestframework-stubs
typing-extensions==4.15.0
typing-extensions==4.16.0
# via
# -r requirements/test.txt
# django-stubs
# django-stubs-ext
# djangorestframework-stubs
# edx-opaque-keys
# grimp
# import-linter
# mypy
tzdata==2026.2
# via
# -r requirements/test.txt
# kombu
tzlocal==5.4.3
tzlocal==5.4.4
# via
# -r requirements/test.txt
# celery
Expand All @@ -438,7 +437,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.8.1
wcwidth==0.8.2
# via
# -r requirements/test.txt
# prompt-toolkit
Expand Down
Loading