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
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
asgiref==3.11.0
asgiref==3.11.1
# via django
certifi==2026.1.4
# via requests
Expand All @@ -16,9 +16,9 @@ charset-normalizer==3.4.4
# via requests
click==8.3.1
# via edx-django-utils
cryptography==46.0.3
cryptography==46.0.4
# via pyjwt
django==5.2.10
django==5.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -63,11 +63,11 @@ idna==3.11
# via requests
pillow==12.1.0
# via -r requirements/base.in
psutil==7.2.1
psutil==7.2.2
# via edx-django-utils
pycparser==2.23
pycparser==3.0
# via cffi
pyjwt[crypto]==2.10.1
pyjwt[crypto]==2.11.0
# via
# drf-jwt
# edx-drf-extensions
Expand All @@ -91,5 +91,5 @@ urllib3==2.6.3
# via requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==80.9.0
setuptools==82.0.0
# via -r requirements/base.in
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
14 changes: 9 additions & 5 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,23 @@ 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:
pip==25.3
# via pip-tools
setuptools==80.9.0
# via
# -c requirements/common_constraints.txt
# pip-tools
setuptools==82.0.0
# via pip-tools
22 changes: 11 additions & 11 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/base.txt
# django
astroid==4.0.3
astroid==4.0.4
# via
# pylint
# pylint-celery
cachetools==6.2.4
cachetools==7.0.0
# via tox
certifi==2026.1.4
# via
Expand Down Expand Up @@ -42,17 +42,17 @@ code-annotations==2.3.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.13.1
coverage[toml]==7.13.3
# via
# -r requirements/test.in
# pytest-cov
cryptography==46.0.3
cryptography==46.0.4
# via
# -r requirements/base.txt
# pyjwt
ddt==1.7.2
# via -r requirements/test.in
dill==0.4.0
dill==0.4.1
# via pylint
distlib==0.4.0
# via virtualenv
Expand Down Expand Up @@ -109,7 +109,7 @@ edx-opaque-keys==3.0.0
# edx-drf-extensions
factory-boy==3.3.3
# via -r requirements/test.in
faker==40.1.2
faker==40.4.0
# via factory-boy
filelock==3.20.3
# via
Expand All @@ -131,7 +131,7 @@ markupsafe==3.0.3
# via jinja2
mccabe==0.7.0
# via pylint
packaging==25.0
packaging==26.0
# via
# pyproject-api
# pytest
Expand All @@ -148,19 +148,19 @@ pluggy==1.6.0
# pytest
# pytest-cov
# tox
psutil==7.2.1
psutil==7.2.2
# via
# -r requirements/base.txt
# edx-django-utils
pycodestyle==2.14.0
# via -r requirements/test.in
pycparser==2.23
pycparser==3.0
# via
# -r requirements/base.txt
# cffi
pygments==2.19.2
# via pytest
pyjwt[crypto]==2.10.1
pyjwt[crypto]==2.11.0
# via
# -r requirements/base.txt
# drf-jwt
Expand Down