Skip to content
Open
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
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

# 2026-07-06: Constrain social-auth-* packages to the latest version compatible with
# edx-drf-extensions<=10.6.0. (Newer versions require a POST instead of a GET.)
# Tracking issue: https://github.com/openedx/edx-drf-extensions/issues/561
social-auth-app-django>=5.9.0,<6.0.0
social-auth-core>=4.9.1,<5.0.0
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
asgiref==3.11.1 # via -r requirements/testing.txt, django
astroid==4.0.4 # via -r requirements/testing.txt, pylint
dill==0.4.1 # via -r requirements/testing.txt, pylint
django==5.2.15 # via -c requirements/common_constraints.txt, -r requirements/testing.txt
django==5.2.16 # via -c requirements/common_constraints.txt, -r requirements/testing.txt
iniconfig==2.3.0 # via -r requirements/testing.txt, pytest
isort==8.0.1 # via -r requirements/testing.txt, pylint
mccabe==0.7.0 # via -r requirements/testing.txt, pylint
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.5.0 # via pip-tools
build==1.5.1 # via pip-tools
click==8.4.2 # via pip-tools
packaging==26.2 # via build, wheel
pip-tools==7.5.3 # via -r requirements/pip_tools.in
Expand All @@ -13,4 +13,4 @@ wheel==0.47.0 # via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==26.1.2 # via pip-tools
setuptools==82.0.1 # via pip-tools
setuptools==83.0.0 # via pip-tools
2 changes: 1 addition & 1 deletion requirements/sandbox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# make upgrade
#
numpy==2.5.0 # via -r requirements/sandbox.in
numpy==2.5.1 # via -r requirements/sandbox.in
six==1.17.0 # via -r requirements/sandbox.in
8 changes: 4 additions & 4 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
cachetools==7.1.4 # via tox
colorama==0.4.6 # via tox
distlib==0.4.3 # via virtualenv
filelock==3.29.4 # via python-discovery, tox, virtualenv
filelock==3.29.7 # via python-discovery, tox, virtualenv
packaging==26.2 # via pyproject-api, tox
platformdirs==4.10.0 # via python-discovery, tox, virtualenv
pluggy==1.6.0 # via tox
pyproject-api==1.10.1 # via tox
python-discovery==1.4.2 # via tox, virtualenv
python-discovery==1.4.4 # via tox, virtualenv
tomli-w==1.2.0 # via tox
tox==4.56.1 # via -r requirements/tox.in
virtualenv==21.5.1 # via tox
tox==4.56.4 # via -r requirements/tox.in
virtualenv==21.6.1 # via tox