Skip to content
Closed
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
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
asgiref==3.11.0
# via django
certifi==2025.11.12
certifi==2026.1.4
# via requests
cffi==2.0.0
# via pynacl
charset-normalizer==3.4.4
# via requests
click==8.3.1
# via edx-django-utils
django==5.2.8
django==5.2.9
# via
# -c requirements/common_constraints.txt
# django-crum
Expand All @@ -28,19 +28,19 @@ edx-django-utils==8.0.1
# via -r requirements/base.in
idna==3.11
# via requests
psutil==7.1.3
psutil==7.2.1
# via edx-django-utils
pycparser==2.23
# via cffi
pyjwt==2.10.1
# via -r requirements/base.in
pynacl==1.6.1
pynacl==1.6.2
# via edx-django-utils
requests==2.32.5
# via -r requirements/base.in
sqlparse==0.5.4
sqlparse==0.5.5
# via django
stevedore==5.6.0
# via edx-django-utils
urllib3==2.5.0
urllib3==2.6.2
# via requests
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
cachetools==6.2.2
cachetools==6.2.4
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.20.0
filelock==3.20.2
# via
# tox
# virtualenv
Expand Down
7 changes: 0 additions & 7 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,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 25.3 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.
# See issue https://github.com/openedx/public-engineering/issues/440 for details regarding the ongoing fix.
# The constraint can be removed once a release (pip-tools > 7.5.1) is available with support for pip 25.3
# Issue to track this dependency and unpin later on: https://github.com/openedx/edx-lint/issues/503
pip<25.3
37 changes: 18 additions & 19 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.11.0
# via
# -r requirements/test.txt
# django
astroid==3.3.11
astroid==4.0.3
# via
# -r requirements/test.txt
# pylint
Expand All @@ -21,11 +21,11 @@ build==1.3.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.2.1
cachetools==6.2.2
# via
# -r requirements/ci.txt
# tox
certifi==2025.11.12
certifi==2026.1.4
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -63,7 +63,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.12.0
coverage[toml]==7.13.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -81,7 +81,7 @@ distlib==0.4.0
# via
# -r requirements/ci.txt
# virtualenv
django==5.2.8
django==5.2.9
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -96,7 +96,7 @@ django-waffle==5.0.0
# via
# -r requirements/test.txt
# edx-django-utils
docutils==0.22.3
docutils==0.22.4
# via
# -r requirements/test.txt
# readme-renderer
Expand All @@ -119,27 +119,27 @@ idna==3.11
# via
# -r requirements/test.txt
# requests
importlib-metadata==8.7.0
importlib-metadata==8.7.1
# via
# -r requirements/test.txt
# keyring
iniconfig==2.3.0
# via
# -r requirements/test.txt
# pytest
isort==6.1.0
isort==7.0.0
# via
# -r requirements/test.txt
# pylint
jaraco-classes==3.4.0
# via
# -r requirements/test.txt
# keyring
jaraco-context==6.0.1
jaraco-context==6.0.2
# via
# -r requirements/test.txt
# keyring
jaraco-functools==4.3.0
jaraco-functools==4.4.0
# via
# -r requirements/test.txt
# keyring
Expand Down Expand Up @@ -210,7 +210,7 @@ pluggy==1.5.0
# pytest
# pytest-cov
# tox
psutil==7.1.3
psutil==7.2.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -228,7 +228,7 @@ pygments==2.19.2
# rich
pyjwt==2.10.1
# via -r requirements/test.txt
pylint==3.3.9
pylint==4.0.4
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -239,7 +239,7 @@ pylint-celery==0.3
# via
# -r requirements/test.txt
# edx-lint
pylint-django==2.6.1
pylint-django==2.7.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -248,7 +248,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/test.txt
# pylint-celery
# pylint-django
pynacl==1.6.1
pynacl==1.6.2
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -261,7 +261,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==9.0.1
pytest==9.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -317,7 +317,7 @@ six==1.17.0
# -r requirements/test.txt
# edx-lint
# python-dateutil
sqlparse==0.5.4
sqlparse==0.5.5
# via
# -r requirements/test.txt
# django
Expand All @@ -338,7 +338,7 @@ tox==4.27.0
# via -r requirements/ci.txt
twine==6.2.0
# via -r requirements/test.txt
urllib3==2.5.0
urllib3==2.6.2
# via
# -r requirements/test.txt
# requests
Expand All @@ -358,9 +358,8 @@ zipp==3.23.0
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==25.2
pip==25.3
# via
# -c requirements/common_constraints.txt
# -r requirements/pip-tools.txt
# pip-tools
setuptools==80.9.0
Expand Down
6 changes: 2 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==25.2
# via
# -c requirements/common_constraints.txt
# pip-tools
pip==25.3
# via pip-tools
setuptools==80.9.0
# via pip-tools
6 changes: 2 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==25.2
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
pip==25.3
# via -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
30 changes: 15 additions & 15 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ asgiref==3.11.0
# via
# -r requirements/base.txt
# django
astroid==3.3.11
astroid==4.0.3
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
certifi==2025.11.12
certifi==2026.1.4
# via
# -r requirements/base.txt
# requests
Expand All @@ -38,7 +38,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.12.0
coverage[toml]==7.13.1
# via pytest-cov
cryptography==46.0.3
# via secretstorage
Expand All @@ -60,7 +60,7 @@ django-waffle==5.0.0
# via
# -r requirements/base.txt
# edx-django-utils
docutils==0.22.3
docutils==0.22.4
# via readme-renderer
edx-django-utils==8.0.1
# via -r requirements/base.txt
Expand All @@ -74,17 +74,17 @@ idna==3.11
# via
# -r requirements/base.txt
# requests
importlib-metadata==8.7.0
importlib-metadata==8.7.1
# via keyring
iniconfig==2.3.0
# via pytest
isort==6.1.0
isort==7.0.0
# via pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
jaraco-context==6.0.2
# via keyring
jaraco-functools==4.3.0
jaraco-functools==4.4.0
# via keyring
jeepney==0.9.0
# via
Expand Down Expand Up @@ -122,7 +122,7 @@ pluggy==1.5.0
# -c requirements/constraints.txt
# pytest
# pytest-cov
psutil==7.1.3
psutil==7.2.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -139,25 +139,25 @@ pygments==2.19.2
# rich
pyjwt==2.10.1
# via -r requirements/base.txt
pylint==3.3.9
pylint==4.0.4
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.6.1
pylint-django==2.7.0
# via edx-lint
pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pynacl==1.6.1
pynacl==1.6.2
# via
# -r requirements/base.txt
# edx-django-utils
pytest==9.0.1
pytest==9.0.2
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -196,7 +196,7 @@ six==1.17.0
# via
# edx-lint
# python-dateutil
sqlparse==0.5.4
sqlparse==0.5.5
# via
# -r requirements/base.txt
# django
Expand All @@ -211,7 +211,7 @@ tomlkit==0.13.3
# via pylint
twine==6.2.0
# via -r requirements/test.in
urllib3==2.5.0
urllib3==2.6.2
# via
# -r requirements/base.txt
# requests
Expand Down