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 @@ -6,7 +6,7 @@
#
annotated-types==0.7.0
# via pydantic
asgiref==3.11.0
asgiref==3.11.1
# via
# django
# django-cors-headers
Expand All @@ -28,9 +28,9 @@ charset-normalizer==3.4.4
# via requests
click==8.3.1
# via edx-django-utils
cryptography==46.0.3
cryptography==46.0.4
# via pyjwt
django==5.2.10
django==5.2.11
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -94,7 +94,7 @@ elasticsearch-dsl==7.4.1
# -r requirements/base.in
# django-elasticsearch-dsl
# django-elasticsearch-dsl-drf
gunicorn==24.1.1
gunicorn==25.0.1
# via -r requirements/base.in
idna==3.11
# via requests
Expand All @@ -116,15 +116,15 @@ path==17.1.1
# via path-py
path-py==12.5.0
# via -r requirements/base.in
psutil==7.2.1
psutil==7.2.2
# via edx-django-utils
pycparser==3.0
# via cffi
pydantic==2.12.5
# via camel-converter
pydantic-core==2.41.5
# via pydantic
pyjwt[crypto]==2.10.1
pyjwt[crypto]==2.11.0
# via
# -r requirements/base.in
# drf-jwt
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==6.2.5
cachetools==7.0.0
# via tox
chardet==5.2.0
# via tox
Expand Down
6 changes: 6 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
# See https://github.com/openedx/edx-platform/issues/35126 for more info
elasticsearch<7.14.0

# pip 26 is incompatible with pip-tools hence causing failures during the build process
# Make upgrade command and all requirements upgrade jobs are broken due to this.
# The constraint can be removed once a release (pip-tools > 7.5.2) is available with support for pip 26
# Issue to track this dependency and unpin later on: https://github.com/jazzband/pip-tools/issues/2319
pip<26.0
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==5.2.10
django==5.2.11
4 changes: 3 additions & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ wheel==0.46.3

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via -r requirements/pip.in
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==80.10.2
# via -r requirements/pip.in
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ annotated-types==0.7.0
# -r requirements/base.txt
# -r requirements/test.txt
# pydantic
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -26,7 +26,7 @@ attrs==25.4.0
# -r requirements/test.txt
# jsonschema
# referencing
cachetools==6.2.5
cachetools==7.0.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -76,11 +76,11 @@ colorama==0.4.6
# via
# -r requirements/test.txt
# tox
coverage[toml]==7.13.2
coverage[toml]==7.13.3
# via
# -r requirements/test.txt
# pytest-cov
cryptography==46.0.3
cryptography==46.0.4
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -97,7 +97,7 @@ distlib==0.4.0
# via
# -r requirements/test.txt
# virtualenv
django==5.2.10
django==5.2.11
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -207,7 +207,7 @@ filelock==3.20.3
# -r requirements/test.txt
# tox
# virtualenv
gunicorn==24.1.1
gunicorn==25.0.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -295,7 +295,7 @@ pluggy==1.6.0
# pytest
# pytest-cov
# tox
psutil==7.2.1
psutil==7.2.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -322,7 +322,7 @@ pygments==2.19.2
# -r requirements/test.txt
# diff-cover
# pytest
pyjwt[crypto]==2.10.1
pyjwt[crypto]==2.11.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.7.0
# via
# -r requirements/base.txt
# pydantic
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/base.txt
# django
Expand All @@ -22,7 +22,7 @@ attrs==25.4.0
# -r requirements/base.txt
# jsonschema
# referencing
cachetools==6.2.5
cachetools==7.0.0
# via tox
camel-converter[pydantic]==5.0.0
# via
Expand Down Expand Up @@ -55,11 +55,11 @@ code-annotations==2.3.0
# via -r requirements/test.in
colorama==0.4.6
# via tox
coverage[toml]==7.13.2
coverage[toml]==7.13.3
# via
# -r requirements/test.in
# pytest-cov
cryptography==46.0.3
cryptography==46.0.4
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -153,7 +153,7 @@ filelock==3.20.3
# via
# tox
# virtualenv
gunicorn==24.1.1
gunicorn==25.0.1
# via -r requirements/base.txt
idna==3.11
# via
Expand Down Expand Up @@ -216,7 +216,7 @@ pluggy==1.6.0
# pytest
# pytest-cov
# tox
psutil==7.2.1
psutil==7.2.2
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -236,7 +236,7 @@ pygments==2.19.2
# via
# diff-cover
# pytest
pyjwt[crypto]==2.10.1
pyjwt[crypto]==2.11.0
# via
# -r requirements/base.txt
# drf-jwt
Expand Down