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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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,7 +28,7 @@ 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
Expand All @@ -38,9 +38,9 @@ pynacl==1.6.1
# 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.1
# 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
25 changes: 12 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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
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,7 +119,7 @@ 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
Expand All @@ -135,11 +135,11 @@ 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 Down Expand Up @@ -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
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
# 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 Down Expand Up @@ -157,7 +157,7 @@ pynacl==1.6.1
# 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