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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ defusedxml==0.7.1
# via
# python3-openid
# social-auth-core
django==5.2.9
django==5.2.10
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -233,7 +233,7 @@ jsonfield==3.2.0
# via edx-celeryutils
jsonfield2==4.0.0.post0
# via -r requirements/base.in
jsonschema==4.25.1
jsonschema==4.26.0
# via drf-spectacular
jsonschema-specifications==2025.9.1
# via jsonschema
Expand Down Expand Up @@ -278,7 +278,7 @@ pyjwt[crypto]==2.10.1
# social-auth-core
pymemcache==4.0.0
# via -r requirements/base.in
pymongo==4.15.5
pymongo==4.16.0
# via edx-opaque-keys
pynacl==1.6.2
# via edx-django-utils
Expand Down Expand Up @@ -369,7 +369,7 @@ uritemplate==4.2.0
# coreapi
# drf-spectacular
# drf-yasg
urllib3==2.6.2
urllib3==2.6.3
# via requests
vine==5.1.0
# via
Expand Down
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ billiard==4.2.4
# via
# -r requirements/validation.txt
# celery
build==1.3.0
build==1.4.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -144,7 +144,7 @@ dictdiffer==0.9.0
# via
# -r requirements/validation.txt
# pytest-dictsdiff
diff-cover==10.1.0
diff-cover==10.2.0
# via -r requirements/dev.in
dill==0.4.0
# via
Expand All @@ -154,7 +154,7 @@ distlib==0.4.0
# via
# -r requirements/validation.txt
# virtualenv
django==5.2.9
django==5.2.10
# via
# -r requirements/validation.txt
# crispy-bootstrap5
Expand Down Expand Up @@ -325,7 +325,7 @@ fastavro==1.12.1
# -r requirements/validation.txt
# confluent-kafka
# openedx-events
filelock==3.20.2
filelock==3.20.3
# via
# -r requirements/validation.txt
# tox
Expand Down Expand Up @@ -386,7 +386,7 @@ jsonfield==3.2.0
# edx-celeryutils
jsonfield2==4.0.0.post0
# via -r requirements/validation.txt
jsonschema==4.25.1
jsonschema==4.26.0
# via
# -r requirements/validation.txt
# drf-spectacular
Expand Down Expand Up @@ -539,7 +539,7 @@ pylint-plugin-utils==0.9.0
# pylint-django
pymemcache==4.0.0
# via -r requirements/validation.txt
pymongo==4.15.5
pymongo==4.16.0
# via
# -r requirements/validation.txt
# edx-opaque-keys
Expand Down Expand Up @@ -697,7 +697,7 @@ tomlkit==0.13.3
# via
# -r requirements/validation.txt
# pylint
tox==4.33.0
tox==4.34.1
# via -r requirements/validation.txt
twine==6.2.0
# via -r requirements/validation.txt
Expand All @@ -724,7 +724,7 @@ uritemplate==4.2.0
# coreapi
# drf-spectacular
# drf-yasg
urllib3==2.6.2
urllib3==2.6.3
# via
# -r requirements/validation.txt
# requests
Expand All @@ -735,7 +735,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.35.4
virtualenv==20.36.1
# via
# -r requirements/validation.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==5.2.9
django==5.2.10
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ distlib==0.4.0
# via
# -r requirements/test.txt
# virtualenv
django==5.2.9
django==5.2.10
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -329,7 +329,7 @@ fastavro==1.12.1
# -r requirements/test.txt
# confluent-kafka
# openedx-events
filelock==3.20.2
filelock==3.20.3
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -371,7 +371,7 @@ jsonfield==3.2.0
# edx-celeryutils
jsonfield2==4.0.0.post0
# via -r requirements/test.txt
jsonschema==4.25.1
jsonschema==4.26.0
# via
# -r requirements/test.txt
# drf-spectacular
Expand Down Expand Up @@ -491,7 +491,7 @@ pylint-plugin-utils==0.9.0
# pylint-django
pymemcache==4.0.0
# via -r requirements/test.txt
pymongo==4.15.5
pymongo==4.16.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -646,7 +646,7 @@ tomlkit==0.13.3
# via
# -r requirements/test.txt
# pylint
tox==4.33.0
tox==4.34.1
# via -r requirements/test.txt
typing-extensions==4.15.0
# via
Expand All @@ -673,7 +673,7 @@ uritemplate==4.2.0
# coreapi
# drf-spectacular
# drf-yasg
urllib3==2.6.2
urllib3==2.6.3
# via
# -r requirements/test.txt
# requests
Expand All @@ -683,7 +683,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.35.4
virtualenv==20.36.1
# via
# -r requirements/test.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.3.0
build==1.4.0
# via pip-tools
click==8.3.1
# via pip-tools
Expand Down
10 changes: 5 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ defusedxml==0.7.1
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==5.2.9
django==5.2.10
# via
# -r requirements/base.txt
# crispy-bootstrap5
Expand Down Expand Up @@ -283,7 +283,7 @@ jsonfield==3.2.0
# edx-celeryutils
jsonfield2==4.0.0.post0
# via -r requirements/base.txt
jsonschema==4.25.1
jsonschema==4.26.0
# via
# -r requirements/base.txt
# drf-spectacular
Expand Down Expand Up @@ -354,7 +354,7 @@ pyjwt[crypto]==2.10.1
# social-auth-core
pymemcache==4.0.0
# via -r requirements/base.txt
pymongo==4.15.5
pymongo==4.16.0
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down Expand Up @@ -482,7 +482,7 @@ uritemplate==4.2.0
# coreapi
# drf-spectacular
# drf-yasg
urllib3==2.6.2
urllib3==2.6.3
# via
# -r requirements/base.txt
# requests
Expand All @@ -498,7 +498,7 @@ wcwidth==0.2.14
# prompt-toolkit
zope-event==6.1
# via gevent
zope-interface==8.1.1
zope-interface==8.2
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ distlib==0.4.0
# via
# -r requirements/test.txt
# virtualenv
django==5.2.9
django==5.2.10
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -315,7 +315,7 @@ fastavro==1.12.1
# -r requirements/test.txt
# confluent-kafka
# openedx-events
filelock==3.20.2
filelock==3.20.3
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -367,7 +367,7 @@ jsonfield==3.2.0
# edx-celeryutils
jsonfield2==4.0.0.post0
# via -r requirements/test.txt
jsonschema==4.25.1
jsonschema==4.26.0
# via
# -r requirements/test.txt
# drf-spectacular
Expand Down Expand Up @@ -495,7 +495,7 @@ pylint-plugin-utils==0.9.0
# pylint-django
pymemcache==4.0.0
# via -r requirements/test.txt
pymongo==4.15.5
pymongo==4.16.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -634,7 +634,7 @@ tomlkit==0.13.3
# via
# -r requirements/test.txt
# pylint
tox==4.33.0
tox==4.34.1
# via -r requirements/test.txt
twine==6.2.0
# via -r requirements/quality.in
Expand All @@ -661,7 +661,7 @@ uritemplate==4.2.0
# coreapi
# drf-spectacular
# drf-yasg
urllib3==2.6.2
urllib3==2.6.3
# via
# -r requirements/test.txt
# requests
Expand All @@ -672,7 +672,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.35.4
virtualenv==20.36.1
# via
# -r requirements/test.txt
# tox
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ fastavro==1.12.1
# -r requirements/base.txt
# confluent-kafka
# openedx-events
filelock==3.20.2
filelock==3.20.3
# via
# tox
# virtualenv
Expand Down Expand Up @@ -327,7 +327,7 @@ jsonfield==3.2.0
# edx-celeryutils
jsonfield2==4.0.0.post0
# via -r requirements/base.txt
jsonschema==4.25.1
jsonschema==4.26.0
# via
# -r requirements/base.txt
# drf-spectacular
Expand Down Expand Up @@ -426,7 +426,7 @@ pylint-plugin-utils==0.9.0
# pylint-django
pymemcache==4.0.0
# via -r requirements/base.txt
pymongo==4.15.5
pymongo==4.16.0
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down Expand Up @@ -545,7 +545,7 @@ text-unidecode==1.3
# python-slugify
tomlkit==0.13.3
# via pylint
tox==4.33.0
tox==4.34.1
# via -r requirements/test.in
typing-extensions==4.15.0
# via
Expand All @@ -570,7 +570,7 @@ uritemplate==4.2.0
# coreapi
# drf-spectacular
# drf-yasg
urllib3==2.6.2
urllib3==2.6.3
# via
# -r requirements/base.txt
# requests
Expand All @@ -580,7 +580,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.35.4
virtualenv==20.36.1
# via tox
wcwidth==0.2.14
# via
Expand Down
Loading