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: 0 additions & 6 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,3 @@ 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
6 changes: 3 additions & 3 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ astroid==4.0.4 # via -r requirements/testing.txt, pylint
dill==0.4.1 # via -r requirements/testing.txt, pylint
django==5.2.11 # via -c requirements/common_constraints.txt, -r requirements/testing.txt
iniconfig==2.3.0 # via -r requirements/testing.txt, pytest
isort==7.0.0 # via -r requirements/testing.txt, pylint
isort==8.0.0 # via -r requirements/testing.txt, pylint
mccabe==0.7.0 # via -r requirements/testing.txt, pylint
packaging==26.0 # via -r requirements/testing.txt, pytest
platformdirs==4.5.1 # via -r requirements/testing.txt, pylint
platformdirs==4.9.2 # via -r requirements/testing.txt, pylint
pluggy==1.6.0 # via -r requirements/testing.txt, pytest
pycodestyle==2.14.0 # via -r requirements/testing.txt
pygments==2.19.2 # via -r requirements/testing.txt, pytest
pylint==4.0.4 # via -r requirements/testing.txt
pylint==4.0.5 # via -r requirements/testing.txt
pytest==9.0.2 # via -r requirements/testing.txt
sqlparse==0.5.5 # via -r requirements/testing.txt, django
tomlkit==0.14.0 # via -r requirements/testing.txt, pylint
4 changes: 2 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
build==1.4.0 # via pip-tools
click==8.3.1 # via pip-tools
packaging==26.0 # via build, wheel
pip-tools==7.5.2 # via -r requirements/pip_tools.in
pip-tools==7.5.3 # via -r requirements/pip_tools.in
pyproject-hooks==1.2.0 # via build, pip-tools
wheel==0.46.3 # via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==25.3 # via -c requirements/common_constraints.txt, pip-tools
pip==26.0.1 # via pip-tools
setuptools==82.0.0 # via pip-tools
6 changes: 3 additions & 3 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ asgiref==3.11.1 # via django
astroid==4.0.4 # via pylint
dill==0.4.1 # via pylint
iniconfig==2.3.0 # via pytest
isort==7.0.0 # via -r requirements/testing.in, pylint
isort==8.0.0 # via -r requirements/testing.in, pylint
mccabe==0.7.0 # via pylint
packaging==26.0 # via pytest
platformdirs==4.5.1 # via pylint
platformdirs==4.9.2 # via pylint
pluggy==1.6.0 # via pytest
pycodestyle==2.14.0 # via -r requirements/testing.in
pygments==2.19.2 # via pytest
pylint==4.0.4 # via -r requirements/testing.in
pylint==4.0.5 # via -r requirements/testing.in
pytest==9.0.2 # via -r requirements/testing.in
sqlparse==0.5.5 # via django
tomlkit==0.14.0 # via pylint
12 changes: 6 additions & 6 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#
# make upgrade
#
cachetools==7.0.0 # via tox
chardet==5.2.0 # via tox
cachetools==7.0.1 # via tox
chardet==6.0.0.post1 # via tox
colorama==0.4.6 # via tox
distlib==0.4.0 # via virtualenv
filelock==3.20.3 # via tox, virtualenv
filelock==3.24.3 # via tox, virtualenv
packaging==26.0 # via pyproject-api, tox
platformdirs==4.5.1 # via tox, virtualenv
platformdirs==4.9.2 # via tox, virtualenv
pluggy==1.6.0 # via tox
pyproject-api==1.10.0 # via tox
tox==4.34.1 # via -r requirements/tox.in
virtualenv==20.36.1 # via tox
tox==4.44.0 # via -r requirements/tox.in
virtualenv==20.38.0 # via tox