diff --git a/requirements/ci.txt b/requirements/ci.txt index cdbbd0ea..ec3aeb17 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -10,17 +10,17 @@ cachetools==7.1.4 # via tox certifi==2026.6.17 # via requests -charset-normalizer==3.4.7 +charset-normalizer==3.4.9 # via requests colorama==0.4.6 # via tox -coverage[toml]==7.14.3 +coverage[toml]==7.15.0 # via coveralls coveralls==4.1.0 # via -r requirements/ci.in distlib==0.4.3 # via virtualenv -filelock==3.29.4 +filelock==3.29.7 # via # python-discovery # tox @@ -46,7 +46,7 @@ pygments==2.20.0 # via rich pyproject-api==1.10.1 # via tox -python-discovery==1.4.2 +python-discovery==1.4.4 # via # tox # virtualenv @@ -58,11 +58,11 @@ shellingham==1.5.4 # via typer tomli-w==1.2.0 # via tox -tox==4.55.1 +tox==4.56.4 # via -r requirements/ci.in -typer==0.26.7 +typer==0.26.8 # via coveralls urllib3==2.7.0 # via requests -virtualenv==21.5.1 +virtualenv==21.6.0 # via tox diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index 72cc4cc8..a95691da 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -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 diff --git a/requirements/dev.txt b/requirements/dev.txt index aa529d30..57a3dd28 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -14,9 +14,9 @@ astroid==4.0.4 # via # pylint # pylint-celery -boto3==1.43.36 +boto3==1.43.45 # via -r requirements/test.in -botocore==1.43.36 +botocore==1.43.45 # via # boto3 # s3transfer @@ -26,7 +26,7 @@ cachetools==7.1.4 # tox certifi==2026.6.17 # via requests -cffi==2.0.0 +cffi==2.1.0 # via # cryptography # pynacl @@ -34,9 +34,9 @@ chardet==7.4.3 # via # diff-cover # pysrt -charset-normalizer==3.4.7 +charset-normalizer==3.4.9 # via requests -click==8.4.1 +click==8.4.2 # via # click-log # code-annotations @@ -50,7 +50,7 @@ code-annotations==3.0.0 # edx-toggles colorama==0.4.6 # via tox -coverage[toml]==7.14.3 +coverage[toml]==7.15.0 # via # -r requirements/test.in # coveralls @@ -69,7 +69,7 @@ dill==0.4.1 # via pylint distlib==0.4.3 # via virtualenv -django==5.2.15 +django==5.2.16 # via # -c requirements/common_constraints.txt # -r requirements/base.in @@ -120,7 +120,7 @@ edx-opaque-keys==4.0.0 # via edx-drf-extensions edx-toggles==6.0.0 # via -r requirements/base.in -filelock==3.29.4 +filelock==3.29.7 # via # python-discovery # tox @@ -181,7 +181,7 @@ packaging==26.2 # pytest # tox # twine -pillow==12.2.0 +pillow==12.3.0 # via -r requirements/base.in platformdirs==4.10.0 # via @@ -245,7 +245,7 @@ pytest-django==4.12.0 # via -r requirements/test.in python-dateutil==2.9.0.post0 # via botocore -python-discovery==1.4.2 +python-discovery==1.4.4 # via # tox # virtualenv @@ -267,7 +267,7 @@ requests==2.34.2 # twine requests-toolbelt==1.0.0 # via twine -responses==0.26.1 +responses==0.26.2 # via -r requirements/test.in rfc3986==2.0.0 # via twine @@ -293,7 +293,7 @@ snowballstemmer==3.1.1 # via pydocstyle sqlparse==0.5.5 # via django -stevedore==5.8.0 +stevedore==5.9.0 # via # code-annotations # edx-django-utils @@ -306,13 +306,13 @@ tomlkit==0.15.0 # via # edx-lint # pylint -tox==4.55.1 +tox==4.56.4 # via -r requirements/ci.in twine==6.2.0 # via -r requirements/quality.in -typer==0.26.7 +typer==0.26.8 # via coveralls -typing-extensions==4.15.0 +typing-extensions==4.16.0 # via edx-opaque-keys urllib3==2.7.0 # via @@ -321,7 +321,7 @@ urllib3==2.7.0 # requests # responses # twine -virtualenv==21.5.1 +virtualenv==21.6.0 # via tox # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index ae6076a0..1c1849cc 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -4,9 +4,9 @@ # # make upgrade # -build==1.5.0 +build==1.5.1 # via pip-tools -click==8.4.1 +click==8.4.2 # via pip-tools packaging==26.2 # via diff --git a/requirements/quality.txt b/requirements/quality.txt index 8c9ebafb..7fc6eeef 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -12,9 +12,9 @@ astroid==4.0.4 # via # pylint # pylint-celery -boto3==1.43.36 +boto3==1.43.45 # via -r requirements/test.in -botocore==1.43.36 +botocore==1.43.45 # via # boto3 # s3transfer @@ -22,15 +22,15 @@ cachetools==7.1.4 # via -r requirements/base.in certifi==2026.6.17 # via requests -cffi==2.0.0 +cffi==2.1.0 # via # cryptography # pynacl chardet==7.4.3 # via pysrt -charset-normalizer==3.4.7 +charset-normalizer==3.4.9 # via requests -click==8.4.1 +click==8.4.2 # via # click-log # code-annotations @@ -42,7 +42,7 @@ code-annotations==3.0.0 # via # edx-lint # edx-toggles -coverage[toml]==7.14.3 +coverage[toml]==7.15.0 # via # -r requirements/test.in # pytest-cov @@ -54,7 +54,7 @@ ddt==1.7.2 # via -r requirements/test.in dill==0.4.1 # via pylint -django==5.2.15 +django==5.2.16 # via # -c requirements/common_constraints.txt # -r requirements/base.in @@ -157,7 +157,7 @@ packaging==26.2 # via # pytest # twine -pillow==12.2.0 +pillow==12.3.0 # via -r requirements/base.in platformdirs==4.10.0 # via pylint @@ -229,7 +229,7 @@ requests==2.34.2 # twine requests-toolbelt==1.0.0 # via twine -responses==0.26.1 +responses==0.26.2 # via -r requirements/test.in rfc3986==2.0.0 # via twine @@ -251,7 +251,7 @@ snowballstemmer==3.1.1 # via pydocstyle sqlparse==0.5.5 # via django -stevedore==5.8.0 +stevedore==5.9.0 # via # code-annotations # edx-django-utils @@ -264,7 +264,7 @@ tomlkit==0.15.0 # pylint twine==6.2.0 # via -r requirements/quality.in -typing-extensions==4.15.0 +typing-extensions==4.16.0 # via edx-opaque-keys urllib3==2.7.0 # via diff --git a/requirements/test.txt b/requirements/test.txt index f25a77f5..c8b38024 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -8,9 +8,9 @@ appdirs==1.4.4 # via fs asgiref==3.11.1 # via django -boto3==1.43.36 +boto3==1.43.45 # via -r requirements/test.in -botocore==1.43.36 +botocore==1.43.45 # via # boto3 # s3transfer @@ -18,21 +18,21 @@ cachetools==7.1.4 # via -r requirements/base.in certifi==2026.6.17 # via requests -cffi==2.0.0 +cffi==2.1.0 # via # cryptography # pynacl chardet==7.4.3 # via pysrt -charset-normalizer==3.4.7 +charset-normalizer==3.4.9 # via requests -click==8.4.1 +click==8.4.2 # via # code-annotations # edx-django-utils code-annotations==3.0.0 # via edx-toggles -coverage[toml]==7.14.3 +coverage[toml]==7.15.0 # via # -r requirements/test.in # pytest-cov @@ -106,7 +106,7 @@ mock==5.2.0 # via -r requirements/test.in packaging==26.2 # via pytest -pillow==12.2.0 +pillow==12.3.0 # via -r requirements/base.in pluggy==1.6.0 # via @@ -149,7 +149,7 @@ requests==2.34.2 # via # edx-drf-extensions # responses -responses==0.26.1 +responses==0.26.2 # via -r requirements/test.in s3transfer==0.19.0 # via boto3 @@ -162,14 +162,14 @@ six==1.17.0 # python-dateutil sqlparse==0.5.5 # via django -stevedore==5.8.0 +stevedore==5.9.0 # via # code-annotations # edx-django-utils # edx-opaque-keys text-unidecode==1.3 # via python-slugify -typing-extensions==4.15.0 +typing-extensions==4.16.0 # via edx-opaque-keys urllib3==2.7.0 # via