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 @@ -16,15 +16,15 @@ billiard==4.2.4
# via celery
celery==5.6.3
# via -r requirements/base.in
certifi==2026.4.22
certifi==2026.5.20
# via requests
cffi==2.0.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.7
# via requests
click==8.4.0
click==8.4.1
# via
# celery
# click-didyoumean
Expand Down Expand Up @@ -93,7 +93,7 @@ edx-organizations==8.0.0
# via -r requirements/base.in
fastavro==1.12.2
# via openedx-events
idna==3.15
idna==3.17
# via requests
kombu==5.6.2
# via celery
Expand All @@ -109,7 +109,7 @@ psutil==7.2.2
# via edx-django-utils
pycparser==3.0
# via cffi
pyjwt[crypto]==2.12.1
pyjwt[crypto]==2.13.0
# via
# drf-jwt
# edx-drf-extensions
Expand All @@ -131,7 +131,7 @@ six==1.17.0
# python-dateutil
sqlparse==0.5.5
# via django
stevedore==5.7.0
stevedore==5.8.0
# via
# edx-django-utils
# edx-opaque-keys
Expand Down
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==7.1.2
cachetools==7.1.4
# via tox
colorama==0.4.6
# via tox
Expand All @@ -19,22 +19,22 @@ packaging==26.2
# via
# pyproject-api
# tox
platformdirs==4.9.6
platformdirs==4.10.0
# via
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.0
pyproject-api==1.10.1
# via tox
python-discovery==1.3.1
python-discovery==1.4.0
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.54.0
tox==4.55.0
# via -r requirements/ci.in
virtualenv==21.3.3
virtualenv==21.4.2
# via tox
42 changes: 21 additions & 21 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ build==1.5.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==7.1.2
cachetools==7.1.4
# via
# -r requirements/ci.txt
# tox
celery==5.6.3
# via -r requirements/quality.txt
certifi==2026.4.22
certifi==2026.5.20
# via
# -r requirements/quality.txt
# requests
Expand All @@ -54,7 +54,7 @@ charset-normalizer==3.4.7
# via
# -r requirements/quality.txt
# requests
click==8.4.0
click==8.4.1
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -92,7 +92,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.14.0
coverage[toml]==7.14.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -103,7 +103,7 @@ cryptography==48.0.0
# secretstorage
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==10.2.0
diff-cover==10.3.0
# via -r requirements/dev.in
dill==0.4.1
# via
Expand Down Expand Up @@ -147,11 +147,11 @@ django-simple-history==3.11.0
# via
# -r requirements/quality.txt
# edx-organizations
django-stubs==6.0.4
django-stubs==6.0.5
# via
# -r requirements/quality.txt
# djangorestframework-stubs
django-stubs-ext==6.0.4
django-stubs-ext==6.0.5
# via
# -r requirements/quality.txt
# django-stubs
Expand All @@ -172,7 +172,7 @@ dnspython==2.8.0
# via
# -r requirements/quality.txt
# pymongo
docutils==0.22.4
docutils==0.23
# via
# -r requirements/quality.txt
# readme-renderer
Expand Down Expand Up @@ -226,7 +226,7 @@ id==1.6.1
# via
# -r requirements/quality.txt
# twine
idna==3.15
idna==3.17
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -274,11 +274,11 @@ librt==0.11.0
# via
# -r requirements/quality.txt
# mypy
lxml[html-clean]==6.1.0
lxml[html-clean]==6.1.1
# via
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.4.4
lxml-html-clean==0.4.5
# via lxml
markdown-it-py==4.2.0
# via
Expand All @@ -298,7 +298,7 @@ mdurl==0.1.2
# markdown-it-py
mock==5.2.0
# via -r requirements/quality.txt
more-itertools==11.0.2
more-itertools==11.1.0
# via
# -r requirements/quality.txt
# jaraco-classes
Expand Down Expand Up @@ -341,7 +341,7 @@ pillow==12.2.0
# edx-organizations
pip-tools==7.5.3
# via -r requirements/pip-tools.txt
platformdirs==4.9.6
platformdirs==4.10.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -382,7 +382,7 @@ pygments==2.20.0
# pytest
# readme-renderer
# rich
pyjwt[crypto]==2.12.1
pyjwt[crypto]==2.13.0
# via
# -r requirements/quality.txt
# drf-jwt
Expand Down Expand Up @@ -415,7 +415,7 @@ pynacl==1.6.2
# via
# -r requirements/quality.txt
# edx-django-utils
pyproject-api==1.10.0
pyproject-api==1.10.1
# via
# -r requirements/ci.txt
# tox
Expand All @@ -438,7 +438,7 @@ python-dateutil==2.9.0.post0
# -r requirements/quality.txt
# celery
# freezegun
python-discovery==1.3.1
python-discovery==1.4.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -491,7 +491,7 @@ six==1.17.0
# edx-ccx-keys
# edx-lint
# python-dateutil
snowballstemmer==3.0.1
snowballstemmer==3.1.0
# via
# -r requirements/quality.txt
# pydocstyle
Expand All @@ -500,7 +500,7 @@ sqlparse==0.5.5
# -r requirements/quality.txt
# django
# django-debug-toolbar
stevedore==5.7.0
stevedore==5.8.0
# via
# -r requirements/quality.txt
# code-annotations
Expand All @@ -519,11 +519,11 @@ tomlkit==0.15.0
# -r requirements/quality.txt
# edx-lint
# pylint
tox==4.54.0
tox==4.55.0
# via -r requirements/ci.txt
twine==6.2.0
# via -r requirements/quality.txt
types-pyyaml==6.0.12.20260510
types-pyyaml==6.0.12.20260518
# via
# -r requirements/quality.txt
# django-stubs
Expand Down Expand Up @@ -558,7 +558,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==21.3.3
virtualenv==21.4.2
# via
# -r requirements/ci.txt
# tox
Expand Down
22 changes: 11 additions & 11 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ billiard==4.2.4
# celery
celery==5.6.3
# via -r requirements/test.txt
certifi==2026.4.22
certifi==2026.5.20
# via
# -r requirements/test.txt
# requests
Expand All @@ -49,7 +49,7 @@ charset-normalizer==3.4.7
# via
# -r requirements/test.txt
# requests
click==8.4.0
click==8.4.1
# via
# -r requirements/test.txt
# celery
Expand All @@ -73,7 +73,7 @@ click-repl==0.3.0
# celery
code-annotations==3.0.0
# via -r requirements/test.txt
coverage[toml]==7.14.0
coverage[toml]==7.14.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -115,11 +115,11 @@ django-simple-history==3.11.0
# via
# -r requirements/test.txt
# edx-organizations
django-stubs==6.0.4
django-stubs==6.0.5
# via
# -r requirements/test.txt
# djangorestframework-stubs
django-stubs-ext==6.0.4
django-stubs-ext==6.0.5
# via
# -r requirements/test.txt
# django-stubs
Expand Down Expand Up @@ -185,7 +185,7 @@ grimp==3.14
# via
# -r requirements/test.txt
# import-linter
idna==3.15
idna==3.17
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -281,7 +281,7 @@ pygments==2.20.0
# readme-renderer
# rich
# sphinx
pyjwt[crypto]==2.12.1
pyjwt[crypto]==2.13.0
# via
# -r requirements/test.txt
# drf-jwt
Expand Down Expand Up @@ -342,9 +342,9 @@ six==1.17.0
# -r requirements/test.txt
# edx-ccx-keys
# python-dateutil
snowballstemmer==3.0.1
snowballstemmer==3.1.0
# via sphinx
soupsieve==2.8.3
soupsieve==2.8.4
# via beautifulsoup4
sphinx==9.1.0
# via
Expand Down Expand Up @@ -373,7 +373,7 @@ sqlparse==0.5.5
# -r requirements/test.txt
# django
# django-debug-toolbar
stevedore==5.7.0
stevedore==5.8.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -386,7 +386,7 @@ text-unidecode==1.3
# python-slugify
tomlkit==0.15.0
# via -r requirements/test.txt
types-pyyaml==6.0.12.20260510
types-pyyaml==6.0.12.20260518
# via
# -r requirements/test.txt
# django-stubs
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.5.0
# via pip-tools
click==8.4.0
click==8.4.1
# via pip-tools
packaging==26.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wheel==0.47.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==26.1.1
pip==26.1.2
# via -r requirements/pip.in
setuptools==82.0.1
# via -r requirements/pip.in
Loading