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
10 changes: 4 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
#
cachetools==7.0.1
# via tox
certifi==2026.1.4
certifi==2026.2.25
# via requests
chardet==5.2.0
# via tox
charset-normalizer==3.4.4
# via requests
codecov==2.1.13
Expand All @@ -20,7 +18,7 @@ coverage==7.13.4
# via codecov
distlib==0.4.0
# via virtualenv
filelock==3.24.2
filelock==3.24.3
# via
# tox
# virtualenv
Expand All @@ -40,9 +38,9 @@ pyproject-api==1.10.0
# via tox
requests==2.32.5
# via codecov
tox==4.38.0
tox==4.46.0
# via -r requirements/ci.in
urllib3==2.6.3
# via requests
virtualenv==20.37.0
virtualenv==20.39.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
22 changes: 10 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ build==1.4.0
# via -r requirements/quality.in
cachetools==7.0.1
# via tox
certifi==2026.1.4
certifi==2026.2.25
# via requests
cffi==2.0.0
# via cryptography
chardet==5.2.0
# via
# diff-cover
# tox
chardet==6.0.0.post1
# via diff-cover
charset-normalizer==3.4.4
# via requests
click==8.3.1
Expand Down Expand Up @@ -58,7 +56,7 @@ edx-lint==5.6.0
# via
# -r requirements/dev.in
# -r requirements/quality.in
filelock==3.24.2
filelock==3.24.3
# via
# tox
# virtualenv
Expand All @@ -68,7 +66,7 @@ idna==3.11
# via requests
importlib-metadata==8.7.1
# via keyring
isort==7.0.0
isort==8.0.0
# via
# -r requirements/quality.in
# pylint
Expand Down Expand Up @@ -139,7 +137,7 @@ pygments==2.19.2
# diff-cover
# readme-renderer
# rich
pylint==4.0.4
pylint==4.0.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -173,7 +171,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==14.3.2
rich==14.3.3
# via twine
secretstorage==3.5.0
# via keyring
Expand All @@ -183,13 +181,13 @@ snowballstemmer==3.0.1
# via pydocstyle
sqlparse==0.5.5
# via django
stevedore==5.6.0
stevedore==5.7.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.14.0
# via pylint
tox==4.38.0
tox==4.46.0
# via -r requirements/dev.in
twine==6.2.0
# via
Expand All @@ -200,7 +198,7 @@ urllib3==2.6.3
# id
# requests
# twine
virtualenv==20.37.0
virtualenv==20.39.0
# via tox
wheel==0.46.3
# via -r requirements/dev.in
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
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ backports-tarfile==1.2.0
# via jaraco-context
build==1.4.0
# via -r requirements/quality.in
certifi==2026.1.4
certifi==2026.2.25
# via requests
cffi==2.0.0
# via cryptography
Expand Down Expand Up @@ -41,7 +41,7 @@ idna==3.11
# via requests
importlib-metadata==8.7.1
# via keyring
isort==7.0.0
isort==8.0.0
# via
# -r requirements/quality.in
# pylint
Expand Down Expand Up @@ -89,7 +89,7 @@ pygments==2.19.2
# via
# readme-renderer
# rich
pylint==4.0.4
pylint==4.0.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -119,15 +119,15 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==14.3.2
rich==14.3.3
# via twine
secretstorage==3.5.0
# via keyring
six==1.17.0
# via edx-lint
snowballstemmer==3.0.1
# via pydocstyle
stevedore==5.6.0
stevedore==5.7.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down