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
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ colorama==0.4.6
# via tox
distlib==0.4.3
# via virtualenv
filelock==3.29.5
filelock==3.29.7
# via
# python-discovery
# tox
Expand All @@ -28,13 +28,13 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.1
# via tox
python-discovery==1.4.3
python-discovery==1.4.4
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.56.1
tox==4.56.4
# via -r requirements/ci.in
virtualenv==21.5.1
virtualenv==21.6.1
# via tox
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
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ astroid==4.0.4
# -r requirements/quality.txt
# pylint
# pylint-celery
build==1.5.0
build==1.5.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -43,7 +43,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.15.0
coverage[toml]==7.15.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -57,13 +57,13 @@ distlib==0.4.3
# via
# -r requirements/ci.txt
# virtualenv
django==5.2.15
django==5.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.txt
edx-lint==6.1.0
# via -r requirements/quality.txt
filelock==3.29.5
filelock==3.29.7
# via
# -r requirements/ci.txt
# python-discovery
Expand Down Expand Up @@ -140,7 +140,7 @@ pylint-celery==0.3
# via
# -r requirements/quality.txt
# edx-lint
pylint-django==2.7.0
pylint-django==2.8.0
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -164,7 +164,7 @@ pytest==9.1.1
# pytest-cov
pytest-cov==7.1.0
# via -r requirements/quality.txt
python-discovery==1.4.3
python-discovery==1.4.4
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -206,9 +206,9 @@ tomlkit==0.15.0
# -r requirements/quality.txt
# edx-lint
# pylint
tox==4.56.1
tox==4.56.4
# via -r requirements/ci.txt
virtualenv==21.5.1
virtualenv==21.6.1
# via
# -r requirements/ci.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.11.1
# via django
django==5.2.15
django==5.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/django.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ beautifulsoup4==4.15.0
# via pydata-sphinx-theme
certifi==2026.6.17
# via requests
cffi==2.0.0
cffi==2.1.0
# via cryptography
charset-normalizer==3.4.7
charset-normalizer==3.4.9
# via requests
click==8.4.2
# via -r requirements/test.txt
coverage[toml]==7.15.0
coverage[toml]==7.15.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==49.0.0
# via secretstorage
django==5.2.15
django==5.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion 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
build==1.5.1
# via pip-tools
click==8.4.2
# via pip-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ click-log==0.4.0
# via edx-lint
code-annotations==3.0.0
# via edx-lint
coverage[toml]==7.15.0
coverage[toml]==7.15.1
# via
# -r requirements/test.txt
# pytest-cov
dill==0.4.1
# via pylint
django==5.2.15
django==5.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -81,7 +81,7 @@ pylint==4.0.6
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.7.0
pylint-django==2.8.0
# via edx-lint
pylint-plugin-utils==0.9.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.11.1
# django
click==8.4.2
# via -r requirements/base.txt
coverage[toml]==7.15.0
coverage[toml]==7.15.1
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand Down