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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ click==8.3.1
# via edx-django-utils
cryptography==46.0.3
# via pyjwt
django==5.2.9
django==5.2.10
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -100,7 +100,7 @@ idna==3.11
# via requests
inflection==0.5.1
# via drf-spectacular
jsonschema==4.25.1
jsonschema==4.26.0
# via drf-spectacular
jsonschema-specifications==2025.9.1
# via jsonschema
Expand Down Expand Up @@ -129,7 +129,7 @@ pyjwt[crypto]==2.10.1
# -r requirements/base.in
# drf-jwt
# edx-drf-extensions
pymongo==4.15.5
pymongo==4.16.0
# via edx-opaque-keys
pynacl==1.6.2
# via edx-django-utils
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.20.2
filelock==3.20.3
# via
# tox
# virtualenv
Expand All @@ -28,7 +28,7 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
tox==4.33.0
tox==4.34.1
# via -r requirements/ci.in
virtualenv==20.35.4
virtualenv==20.36.1
# via tox
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
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
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ cryptography==46.0.3
# pyjwt
ddt==1.7.2
# via -r requirements/test.txt
diff-cover==10.1.0
diff-cover==10.2.0
# via -r requirements/test.txt
dill==0.4.0
# via
Expand All @@ -97,7 +97,7 @@ distlib==0.4.0
# via
# -r requirements/test.txt
# virtualenv
django==5.2.9
django==5.2.10
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -202,7 +202,7 @@ faker==40.1.0
# via
# -r requirements/test.txt
# factory-boy
filelock==3.20.2
filelock==3.20.3
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -234,7 +234,7 @@ jinja2==3.1.6
# -r requirements/test.txt
# code-annotations
# diff-cover
jsonschema==4.25.1
jsonschema==4.26.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -344,7 +344,7 @@ pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pymongo==4.15.5
pymongo==4.16.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -436,7 +436,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 Down Expand Up @@ -467,7 +467,7 @@ urllib3==1.26.20
# -r requirements/test.txt
# elasticsearch
# requests
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 @@ -65,7 +65,7 @@ cryptography==46.0.3
# pyjwt
ddt==1.7.2
# via -r requirements/test.in
diff-cover==10.1.0
diff-cover==10.2.0
# via -r requirements/test.in
dill==0.4.0
# via pylint
Expand Down Expand Up @@ -149,7 +149,7 @@ factory-boy==3.3.3
# via -r requirements/test.in
faker==40.1.0
# via factory-boy
filelock==3.20.2
filelock==3.20.3
# via
# tox
# virtualenv
Expand All @@ -171,7 +171,7 @@ jinja2==3.1.6
# via
# code-annotations
# diff-cover
jsonschema==4.25.1
jsonschema==4.26.0
# via
# -r requirements/base.txt
# drf-spectacular
Expand Down Expand Up @@ -243,7 +243,7 @@ pyjwt[crypto]==2.10.1
# edx-drf-extensions
pylint==4.0.4
# via -r requirements/test.in
pymongo==4.15.5
pymongo==4.16.0
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down Expand Up @@ -315,7 +315,7 @@ text-unidecode==1.3
# via 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 @@ -340,7 +340,7 @@ urllib3==1.26.20
# -r requirements/base.txt
# elasticsearch
# requests
virtualenv==20.35.4
virtualenv==20.36.1
# via tox

# The following packages are considered to be unsafe in a requirements file:
Expand Down