Skip to content
Open
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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
appdirs==1.4.4
# via fs
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/base.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==6.2.4
cachetools==7.0.1
# via
# -r requirements/tox.txt
# tox
Expand All @@ -25,7 +25,7 @@ filelock==3.20.3
# -r requirements/tox.txt
# tox
# virtualenv
packaging==25.0
packaging==26.0
# via
# -r requirements/tox.txt
# pyproject-api
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
16 changes: 10 additions & 6 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,23 @@ build==1.4.0
# via pip-tools
click==8.3.1
# via pip-tools
packaging==25.0
# via build
pip-tools==7.5.2
packaging==26.0
# via
# build
# wheel
pip-tools==7.5.3
# via -r requirements/pip_tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.1
wheel==0.46.3
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via pip-tools
setuptools==80.9.0
# via
# -c requirements/common_constraints.txt
# pip-tools
setuptools==82.0.0
# via pip-tools
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/base.txt
# django
astroid==4.0.3
astroid==4.0.4
# via pylint
coverage==7.13.1
coverage==7.13.4
# via -r requirements/test.txt
dill==0.4.0
dill==0.4.1
# via pylint
django==5.2.10
django==5.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
coverage==7.13.1
coverage==7.13.4
# via -r requirements/test.in
dnspython==2.8.0
# via pymongo
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==6.2.4
cachetools==7.0.1
# via tox
chardet==5.2.0
# via tox
Expand All @@ -16,7 +16,7 @@ filelock==3.20.3
# via
# tox
# virtualenv
packaging==25.0
packaging==26.0
# via
# pyproject-api
# tox
Expand Down