diff --git a/requirements/base.txt b/requirements/base.txt index 574b68b..c940d1c 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,18 +1,22 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade # appdirs==1.4.4 # via fs +dnspython==2.8.0 + # via pymongo +edx-opaque-keys==4.0.0 + # via xblock fs==2.4.16 # via xblock -lazy==1.6 +lazy==2.0 # via -r requirements/base.in -lxml==6.0.2 +lxml==6.1.1 # via xblock -mako==1.3.10 +mako==1.3.12 # via # -r requirements/base.in # xblock @@ -20,23 +24,27 @@ markupsafe==3.0.3 # via # mako # xblock +pymongo==4.17.0 + # via edx-opaque-keys python-dateutil==2.9.0.post0 # via xblock -pytz==2025.2 +pytz==2026.2 # via xblock pyyaml==6.0.3 # via xblock -simplejson==3.20.2 +simplejson==4.1.1 # via xblock six==1.17.0 # via # fs # python-dateutil -web-fragments==3.1.0 - # via xblock -webob==1.8.9 +stevedore==5.9.0 + # via edx-opaque-keys +typing-extensions==4.16.0 + # via edx-opaque-keys +webob==1.8.10 # via xblock -xblock==5.3.0 +xblock==6.3.1 # via -r requirements/base.in # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index 72cc4cc..edb1bcb 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<6.0.0 +social-auth-core<5.0.0 diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index dc223b8..963f591 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -1,26 +1,28 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade # -build==1.4.0 +build==1.5.0 # via pip-tools -click==8.3.1 +click==8.4.2 # via pip-tools -packaging==25.0 - # via build -pip-tools==7.5.2 +packaging==26.2 + # via + # build + # wheel +pip-tools==7.6.0 # via -r requirements/pip_tools.in pyproject-hooks==1.2.0 # via # build # pip-tools -wheel==0.45.1 +wheel==0.47.0 # via pip-tools # The following packages are considered to be unsafe in a requirements file: -pip==25.3 +pip==26.1.2 # via pip-tools -setuptools==80.9.0 +setuptools==83.0.0 # via pip-tools diff --git a/requirements/test.txt b/requirements/test.txt index eb7b347..0c13746 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,31 +1,31 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade # -astroid==4.0.3 +astroid==4.0.4 # via # pylint # pylint-celery -click==8.3.1 +click==8.4.2 # via # click-log # code-annotations # edx-lint click-log==0.4.0 # via edx-lint -code-annotations==2.3.0 +code-annotations==3.0.0 # via edx-lint -coverage[toml]==7.13.1 +coverage[toml]==7.15.2 # via pytest-cov -dill==0.4.0 +dill==0.4.1 # via pylint -edx-lint==5.6.0 +edx-lint==6.1.0 # via -r requirements/test.in iniconfig==2.3.0 # via pytest -isort==7.0.0 +isort==8.0.1 # via pylint jinja2==3.1.6 # via code-annotations @@ -33,17 +33,17 @@ markupsafe==3.0.3 # via jinja2 mccabe==0.7.0 # via pylint -packaging==25.0 +packaging==26.2 # via pytest -platformdirs==4.5.1 +platformdirs==4.10.1 # via pylint pluggy==1.6.0 # via # pytest # pytest-cov -pygments==2.19.2 +pygments==2.20.0 # via pytest -pylint==4.0.4 +pylint==4.0.6 # via # edx-lint # pylint-celery @@ -51,15 +51,15 @@ pylint==4.0.4 # 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 # pylint-celery # pylint-django -pytest==9.0.2 +pytest==9.1.1 # via pytest-cov -pytest-cov==7.0.0 +pytest-cov==7.1.0 # via -r requirements/test.in python-slugify==8.0.4 # via code-annotations @@ -67,9 +67,11 @@ pyyaml==6.0.3 # via code-annotations six==1.17.0 # via edx-lint -stevedore==5.6.0 +stevedore==5.9.0 # via code-annotations text-unidecode==1.3 # via python-slugify -tomlkit==0.14.0 - # via pylint +tomlkit==0.15.1 + # via + # edx-lint + # pylint