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
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
asgiref==3.9.1
asgiref==3.9.2
# via django
attrs==25.3.0
# via
Expand All @@ -19,9 +19,9 @@ cffi==2.0.0
# pynacl
charset-normalizer==3.4.3
# via requests
click==8.2.1
click==8.3.0
# via edx-django-utils
cryptography==45.0.7
cryptography==46.0.1
# via pyjwt
django==4.2.24
# via
Expand Down Expand Up @@ -77,7 +77,7 @@ markupsafe==3.0.2
# via jinja2
optimizely-sdk==5.2.0
# via -r requirements/base.in
psutil==7.0.0
psutil==7.1.0
# via edx-django-utils
pycparser==2.23
# via cffi
Expand All @@ -86,9 +86,9 @@ pyjwt[crypto]==2.10.1
# drf-jwt
# edx-drf-extensions
# edx-rest-api-client
pymongo==4.14.1
pymongo==4.15.1
# via edx-opaque-keys
pynacl==1.5.0
pynacl==1.6.0
# via edx-django-utils
pyrsistent==0.20.0
# via optimizely-sdk
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
asgiref==3.9.1
asgiref==3.9.2
# via
# -r requirements/quality.txt
# django
Expand Down Expand Up @@ -44,7 +44,7 @@ charset-normalizer==3.4.3
# via
# -r requirements/quality.txt
# requests
click==8.2.1
click==8.3.0
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -65,11 +65,11 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==45.0.7
cryptography==46.0.1
# via
# -r requirements/quality.txt
# pyjwt
Expand Down Expand Up @@ -171,7 +171,7 @@ jsonschema-specifications==2025.9.1
# via
# -r requirements/quality.txt
# jsonschema
lxml[html-clean]==6.0.1
lxml[html-clean]==6.0.2
# via
# edx-i18n-tools
# lxml-html-clean
Expand Down Expand Up @@ -217,7 +217,7 @@ pluggy==1.6.0
# tox
polib==1.2.0
# via edx-i18n-tools
psutil==7.0.0
psutil==7.1.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -260,11 +260,11 @@ pylint-plugin-utils==0.9.0
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pymongo==4.14.1
pymongo==4.15.1
# via
# -r requirements/quality.txt
# edx-opaque-keys
pynacl==1.5.0
pynacl==1.6.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down
16 changes: 8 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==1.0.0
# via sphinx
asgiref==3.9.1
asgiref==3.9.2
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -34,18 +34,18 @@ charset-normalizer==3.4.3
# via
# -r requirements/test.txt
# requests
click==8.2.1
click==8.3.0
# via
# -r requirements/test.txt
# code-annotations
# edx-django-utils
code-annotations==2.3.0
# via -r requirements/test.txt
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via
# -r requirements/test.txt
# pytest-cov
cryptography==45.0.7
cryptography==46.0.1
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -178,7 +178,7 @@ pluggy==1.6.0
# -r requirements/test.txt
# pytest
# pytest-cov
psutil==7.0.0
psutil==7.1.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -200,11 +200,11 @@ pyjwt[crypto]==2.10.1
# drf-jwt
# edx-drf-extensions
# edx-rest-api-client
pymongo==4.14.1
pymongo==4.15.1
# via
# -r requirements/test.txt
# edx-opaque-keys
pynacl==1.5.0
pynacl==1.6.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -271,7 +271,7 @@ rpds-py==0.27.1
# -r requirements/test.txt
# jsonschema
# referencing
secretstorage==3.3.3
secretstorage==3.4.0
# via keyring
semantic-version==2.10.0
# via
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.3.0
# via pip-tools
click==8.2.1
click==8.3.0
# via pip-tools
packaging==25.0
# via build
Expand Down
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
asgiref==3.9.1
asgiref==3.9.2
# via
# -r requirements/test.txt
# django
Expand All @@ -30,7 +30,7 @@ charset-normalizer==3.4.3
# via
# -r requirements/test.txt
# requests
click==8.2.1
click==8.3.0
# via
# -r requirements/test.txt
# click-log
Expand All @@ -43,11 +43,11 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via
# -r requirements/test.txt
# pytest-cov
cryptography==45.0.7
cryptography==46.0.1
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -151,7 +151,7 @@ pluggy==1.6.0
# -r requirements/test.txt
# pytest
# pytest-cov
psutil==7.0.0
psutil==7.1.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -187,11 +187,11 @@ pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pymongo==4.14.1
pymongo==4.15.1
# via
# -r requirements/test.txt
# edx-opaque-keys
pynacl==1.5.0
pynacl==1.6.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
asgiref==3.9.1
asgiref==3.9.2
# via
# -r requirements/base.txt
# django
Expand All @@ -26,16 +26,16 @@ charset-normalizer==3.4.3
# via
# -r requirements/base.txt
# requests
click==8.2.1
click==8.3.0
# via
# -r requirements/base.txt
# code-annotations
# edx-django-utils
code-annotations==2.3.0
# via -r requirements/test.in
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via pytest-cov
cryptography==45.0.7
cryptography==46.0.1
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -121,7 +121,7 @@ pluggy==1.6.0
# via
# pytest
# pytest-cov
psutil==7.0.0
psutil==7.1.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -137,11 +137,11 @@ pyjwt[crypto]==2.10.1
# drf-jwt
# edx-drf-extensions
# edx-rest-api-client
pymongo==4.14.1
pymongo==4.15.1
# via
# -r requirements/base.txt
# edx-opaque-keys
pynacl==1.5.0
pynacl==1.6.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
Loading