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
14 changes: 7 additions & 7 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.0
# via tox
certifi==2026.1.4
# via requests
Expand All @@ -16,17 +16,17 @@ codecov==2.1.13
# via -r requirements/ci.in
colorama==0.4.6
# via tox
coverage==7.13.1
coverage==7.13.3
# via codecov
distlib==0.4.0
# via virtualenv
filelock==3.20.2
filelock==3.20.3
# via
# tox
# virtualenv
idna==3.11
# via requests
packaging==25.0
packaging==26.0
# via
# pyproject-api
# tox
Expand All @@ -40,9 +40,9 @@ pyproject-api==1.10.0
# via tox
requests==2.32.5
# via codecov
tox==4.33.0
tox==4.34.1
# via -r requirements/ci.in
urllib3==2.6.2
urllib3==2.6.3
# via requests
virtualenv==20.35.4
virtualenv==20.36.1
# via tox
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
35 changes: 18 additions & 17 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# make upgrade
#
asgiref==3.11.0
asgiref==3.11.1
# via django
astroid==4.0.3
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
build==1.3.0
build==1.4.0
# via -r requirements/quality.in
cachetools==6.2.4
cachetools==7.0.0
# via tox
certifi==2026.1.4
# via requests
Expand All @@ -37,15 +37,15 @@ code-annotations==2.3.0
# via edx-lint
colorama==0.4.6
# via tox
cryptography==46.0.3
cryptography==46.0.4
# via secretstorage
diff-cover==10.1.0
diff-cover==10.2.0
# via -r requirements/dev.in
dill==0.4.0
dill==0.4.1
# via pylint
distlib==0.4.0
# via virtualenv
django==5.2.10
django==5.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -58,7 +58,7 @@ edx-lint==5.6.0
# via
# -r requirements/dev.in
# -r requirements/quality.in
filelock==3.20.2
filelock==3.20.3
# via
# tox
# virtualenv
Expand All @@ -74,7 +74,7 @@ isort==7.0.0
# pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.2
jaraco-context==6.1.0
# via keyring
jaraco-functools==4.4.0
# via keyring
Expand Down Expand Up @@ -108,12 +108,13 @@ more-itertools==10.8.0
# jaraco-functools
nh3==0.3.2
# via readme-renderer
packaging==25.0
packaging==26.0
# via
# build
# pyproject-api
# tox
# twine
# wheel
path==16.16.0
# via edx-i18n-tools
platformdirs==4.5.1
Expand All @@ -129,7 +130,7 @@ polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.14.0
# via -r requirements/quality.in
pycparser==2.23
pycparser==3.0
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -173,7 +174,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==14.2.0
rich==14.3.2
# via twine
secretstorage==3.5.0
# via keyring
Expand All @@ -187,21 +188,21 @@ stevedore==5.6.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
tomlkit==0.14.0
# via pylint
tox==4.33.0
tox==4.34.1
# via -r requirements/dev.in
twine==6.2.0
# via
# -r requirements/dev.in
# -r requirements/quality.in
urllib3==2.6.2
urllib3==2.6.3
# via
# requests
# twine
virtualenv==20.35.4
virtualenv==20.36.1
# via tox
wheel==0.45.1
wheel==0.46.3
# via -r requirements/dev.in
zipp==3.23.0
# via importlib-metadata
10 changes: 6 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,21 @@
#
# make upgrade
#
build==1.3.0
build==1.4.0
# via pip-tools
click==8.3.1
# via pip-tools
packaging==25.0
# via build
packaging==26.0
# via
# build
# wheel
pip-tools==7.5.2
# 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:
Expand Down
10 changes: 7 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
#
# make upgrade
#
wheel==0.45.1
packaging==26.0
# via wheel
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 -r requirements/pip.in
setuptools==80.9.0
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==80.10.2
# via -r requirements/pip.in
18 changes: 9 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ astroid==4.0.3
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
build==1.3.0
build==1.4.0
# via -r requirements/quality.in
certifi==2026.1.4
# via requests
Expand All @@ -27,9 +27,9 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
# via edx-lint
cryptography==46.0.3
cryptography==46.0.4
# via secretstorage
dill==0.4.0
dill==0.4.1
# via pylint
docutils==0.22.4
# via readme-renderer
Expand All @@ -47,7 +47,7 @@ isort==7.0.0
# pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.2
jaraco-context==6.1.0
# via keyring
jaraco-functools==4.4.0
# via keyring
Expand All @@ -73,15 +73,15 @@ more-itertools==10.8.0
# jaraco-functools
nh3==0.3.2
# via readme-renderer
packaging==25.0
packaging==26.0
# via
# build
# twine
platformdirs==4.5.1
# via pylint
pycodestyle==2.14.0
# via -r requirements/quality.in
pycparser==2.23
pycparser==3.0
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -120,7 +120,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==14.2.0
rich==14.3.2
# via twine
secretstorage==3.5.0
# via keyring
Expand All @@ -132,11 +132,11 @@ stevedore==5.6.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
tomlkit==0.14.0
# via pylint
twine==6.2.0
# via -r requirements/quality.in
urllib3==2.6.2
urllib3==2.6.3
# via
# requests
# twine
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.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
coverage[toml]==7.13.1
coverage[toml]==7.13.3
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand All @@ -16,7 +16,7 @@ edx-django-release-util==1.5.0
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
packaging==25.0
packaging==26.0
# via pytest
pluggy==1.6.0
# via
Expand Down