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
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 @@ -18,3 +18,9 @@ Django<6.0
# 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
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/quality.txt
# django
Expand All @@ -17,7 +17,7 @@ build==1.4.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.2.5
cachetools==7.0.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -46,7 +46,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.13.2
coverage[toml]==7.13.3
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -60,7 +60,7 @@ distlib==0.4.0
# via
# -r requirements/ci.txt
# virtualenv
django==5.2.10
django==5.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# make upgrade
#
asgiref==3.11.0
asgiref==3.11.1
# via django
django==5.2.10
django==5.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/django.in
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==1.0.0
# via sphinx
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/test.txt
# django
babel==2.17.0
babel==2.18.0
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -28,13 +28,13 @@ charset-normalizer==3.4.4
# via requests
click==8.3.1
# via -r requirements/test.txt
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 secretstorage
django==5.2.10
django==5.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -141,7 +141,7 @@ restructuredtext-lint==2.0.2
# via doc8
rfc3986==2.0.0
# via twine
rich==14.3.1
rich==14.3.2
# via twine
roman-numerals==4.1.0
# via sphinx
Expand Down
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
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/test.txt
# django
Expand All @@ -22,13 +22,13 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.13.2
coverage[toml]==7.13.3
# via
# -r requirements/test.txt
# pytest-cov
dill==0.4.1
# via pylint
django==5.2.10
django==5.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/django.txt
# django
click==8.3.1
# via -r requirements/base.txt
coverage[toml]==7.13.2
coverage[toml]==7.13.3
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand Down