diff --git a/requirements/ci.txt b/requirements/ci.txt index 75c8fb7..af4a4d9 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,5 +1,5 @@ # -# 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 @@ -8,17 +8,17 @@ cachetools==7.0.5 # via tox certifi==2026.2.25 # via requests -charset-normalizer==3.4.5 +charset-normalizer==3.4.6 # via requests codecov==2.1.13 # via -r requirements/ci.in colorama==0.4.6 # via tox -coverage==7.13.4 +coverage==7.13.5 # via codecov distlib==0.4.0 # via virtualenv -filelock==3.25.1 +filelock==3.25.2 # via # python-discovery # tox @@ -44,7 +44,7 @@ requests==2.32.5 # via codecov tomli-w==1.2.0 # via tox -tox==4.49.1 +tox==4.50.0 # via -r requirements/ci.in urllib3==2.6.3 # via requests diff --git a/requirements/dev.txt b/requirements/dev.txt index 33b1abe..4e62f99 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,5 +1,5 @@ # -# 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 @@ -10,8 +10,6 @@ astroid==4.0.4 # via # pylint # pylint-celery -backports-tarfile==1.2.0 - # via jaraco-context build==1.4.0 # via -r requirements/quality.in cachetools==7.0.5 @@ -20,9 +18,9 @@ certifi==2026.2.25 # via requests cffi==2.0.0 # via cryptography -chardet==7.0.1 +chardet==7.2.0 # via diff-cover -charset-normalizer==3.4.5 +charset-normalizer==3.4.6 # via requests click==8.3.1 # via @@ -31,7 +29,7 @@ click==8.3.1 # edx-lint click-log==0.4.0 # via edx-lint -code-annotations==2.3.2 +code-annotations==3.0.0 # via edx-lint colorama==0.4.6 # via tox @@ -52,11 +50,11 @@ docutils==0.22.4 # via readme-renderer edx-i18n-tools==2.0.0 # via -r requirements/dev.in -edx-lint==5.6.0 +edx-lint==6.0.0 # via # -r requirements/dev.in # -r requirements/quality.in -filelock==3.25.1 +filelock==3.25.2 # via # python-discovery # tox @@ -65,8 +63,6 @@ id==1.6.1 # via twine idna==3.11 # via requests -importlib-metadata==8.7.1 - # via keyring isort==8.0.1 # via # -r requirements/quality.in @@ -193,7 +189,7 @@ tomli-w==1.2.0 # via tox tomlkit==0.14.0 # via pylint -tox==4.49.1 +tox==4.50.0 # via -r requirements/dev.in twine==6.2.0 # via @@ -208,5 +204,3 @@ virtualenv==21.2.0 # via tox wheel==0.46.3 # via -r requirements/dev.in -zipp==3.23.0 - # via importlib-metadata diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index c952cd2..d89516b 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -1,5 +1,5 @@ # -# 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 diff --git a/requirements/pip.txt b/requirements/pip.txt index 341a251..c87fe30 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,5 +1,5 @@ # -# 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 diff --git a/requirements/quality.txt b/requirements/quality.txt index c96f6b3..19fabe3 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -1,5 +1,5 @@ # -# 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 @@ -8,15 +8,13 @@ astroid==4.0.4 # via # pylint # pylint-celery -backports-tarfile==1.2.0 - # via jaraco-context build==1.4.0 # via -r requirements/quality.in certifi==2026.2.25 # via requests cffi==2.0.0 # via cryptography -charset-normalizer==3.4.5 +charset-normalizer==3.4.6 # via requests click==8.3.1 # via @@ -25,7 +23,7 @@ click==8.3.1 # edx-lint click-log==0.4.0 # via edx-lint -code-annotations==2.3.2 +code-annotations==3.0.0 # via edx-lint cryptography==46.0.5 # via secretstorage @@ -33,14 +31,12 @@ dill==0.4.1 # via pylint docutils==0.22.4 # via readme-renderer -edx-lint==5.6.0 +edx-lint==6.0.0 # via -r requirements/quality.in id==1.6.1 # via twine idna==3.11 # via requests -importlib-metadata==8.7.1 - # via keyring isort==8.0.1 # via # -r requirements/quality.in @@ -140,5 +136,3 @@ urllib3==2.6.3 # id # requests # twine -zipp==3.23.0 - # via importlib-metadata diff --git a/requirements/test.txt b/requirements/test.txt index 8fb560d..c173228 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,12 +1,12 @@ # -# 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 # asgiref==3.11.1 # via django -coverage[toml]==7.13.4 +coverage[toml]==7.13.5 # via pytest-cov # via # -c requirements/common_constraints.txt