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/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python-slugify==8.0.4
# via -r requirements/base.in
pyyaml==6.0.3
# via -r requirements/base.in
stevedore==5.6.0
stevedore==5.7.0
# via -r requirements/base.in
text-unidecode==1.3
# via python-slugify
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@
#
cachetools==7.0.1
# via tox
chardet==5.2.0
chardet==6.0.0.post1
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.24.1
filelock==3.24.3
# via
# tox
# virtualenv
packaging==26.0
# via
# pyproject-api
# tox
platformdirs==4.9.1
platformdirs==4.9.2
# via
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
tox==4.36.0
tox==4.44.0
# via -r requirements/ci.in
virtualenv==20.36.1
virtualenv==20.38.0
# via tox
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
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cachetools==7.0.1
# via
# -r requirements/ci.txt
# tox
chardet==5.2.0
chardet==6.0.0.post1
# via
# -r requirements/ci.txt
# diff-cover
Expand Down Expand Up @@ -66,7 +66,7 @@ django==5.2.11
# -r requirements/quality.txt
edx-lint==5.6.0
# via -r requirements/quality.txt
filelock==3.24.1
filelock==3.24.3
# via
# -r requirements/ci.txt
# tox
Expand All @@ -75,7 +75,7 @@ iniconfig==2.3.0
# via
# -r requirements/quality.txt
# pytest
isort==7.0.0
isort==8.0.0
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -106,7 +106,7 @@ packaging==26.0
# wheel
pip-tools==7.5.3
# via -r requirements/pip-tools.txt
platformdirs==4.9.1
platformdirs==4.9.2
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -130,7 +130,7 @@ pygments==2.19.2
# -r requirements/quality.txt
# diff-cover
# pytest
pylint==4.0.4
pylint==4.0.5
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -185,7 +185,7 @@ sqlparse==0.5.5
# via
# -r requirements/quality.txt
# django
stevedore==5.6.0
stevedore==5.7.0
# via
# -r requirements/quality.txt
# code-annotations
Expand All @@ -197,9 +197,9 @@ tomlkit==0.14.0
# via
# -r requirements/quality.txt
# pylint
tox==4.36.0
tox==4.44.0
# via -r requirements/ci.txt
virtualenv==20.36.1
virtualenv==20.38.0
# via
# -r requirements/ci.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ restructuredtext-lint==2.0.2
# via doc8
rfc3986==2.0.0
# via twine
rich==14.3.2
rich==14.3.3
# via twine
roman-numerals==4.1.0
# via sphinx
Expand Down Expand Up @@ -173,7 +173,7 @@ sqlparse==0.5.5
# via
# -r requirements/test.txt
# django
stevedore==5.6.0
stevedore==5.7.0
# via
# -r requirements/test.txt
# doc8
Expand Down
6 changes: 2 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ wheel==0.46.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
pip==26.0.1
# via -r requirements/pip.in
setuptools==82.0.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ iniconfig==2.3.0
# via
# -r requirements/test.txt
# pytest
isort==7.0.0
isort==8.0.0
# via
# -r requirements/quality.in
# pylint
Expand All @@ -58,7 +58,7 @@ packaging==26.0
# via
# -r requirements/test.txt
# pytest
platformdirs==4.9.1
platformdirs==4.9.2
# via pylint
pluggy==1.6.0
# via
Expand All @@ -73,7 +73,7 @@ pygments==2.19.2
# via
# -r requirements/test.txt
# pytest
pylint==4.0.4
pylint==4.0.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -109,7 +109,7 @@ sqlparse==0.5.5
# via
# -r requirements/test.txt
# django
stevedore==5.6.0
stevedore==5.7.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sqlparse==0.5.5
# via
# -r requirements/django.txt
# django
stevedore==5.6.0
stevedore==5.7.0
# via -r requirements/base.txt
text-unidecode==1.3
# via
Expand Down