From c8d580fcbc85887836be482f6d9925b4e788f123 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Wed, 14 Aug 2024 11:09:44 -0400 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/base.txt | 12 ++---- requirements/ci.txt | 23 ++++------ requirements/django.txt | 2 +- requirements/doc.txt | 48 ++++++++------------- requirements/pip.txt | 8 ++-- requirements/pip_tools.txt | 19 ++------ requirements/test.txt | 88 ++++++++++++++------------------------ requirements/tox.txt | 22 ++++------ 8 files changed, 79 insertions(+), 143 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 5e913b2..23baafc 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,20 +1,14 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # make upgrade # asgiref==3.8.1 # via django -backports-zoneinfo==0.2.1 ; python_version < "3.9" - # via - # -c requirements/constraints.txt - # django -django==4.2.11 +django==4.2.15 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/base.in -sqlparse==0.5.0 +sqlparse==0.5.1 # via django -typing-extensions==4.11.0 - # via asgiref diff --git a/requirements/ci.txt b/requirements/ci.txt index ded6a2a..b02d489 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,10 +1,10 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # make upgrade # -cachetools==5.3.3 +cachetools==5.4.0 # via # -r requirements/tox.txt # tox @@ -20,37 +20,32 @@ distlib==0.3.8 # via # -r requirements/tox.txt # virtualenv -filelock==3.13.4 +filelock==3.15.4 # via # -r requirements/tox.txt # tox # virtualenv -packaging==24.0 +packaging==24.1 # via # -r requirements/tox.txt # pyproject-api # tox -platformdirs==4.2.0 +platformdirs==4.2.2 # via # -r requirements/tox.txt # tox # virtualenv -pluggy==1.4.0 +pluggy==1.5.0 # via # -r requirements/tox.txt # tox -pyproject-api==1.6.1 +pyproject-api==1.7.1 # via # -r requirements/tox.txt # tox -tomli==2.0.1 - # via - # -r requirements/tox.txt - # pyproject-api - # tox -tox==4.14.2 +tox==4.18.0 # via -r requirements/tox.txt -virtualenv==20.25.3 +virtualenv==20.26.3 # via # -r requirements/tox.txt # tox diff --git a/requirements/django.txt b/requirements/django.txt index df0dab3..b991303 100644 --- a/requirements/django.txt +++ b/requirements/django.txt @@ -1,2 +1,2 @@ -django==4.2.11 +django==4.2.15 asgiref==3.8.1 diff --git a/requirements/doc.txt b/requirements/doc.txt index aba74a0..85bc368 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -1,24 +1,20 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # make upgrade # -alabaster==0.7.13 +alabaster==0.7.16 # via sphinx asgiref==3.8.1 # via django -babel==2.14.0 +babel==2.16.0 # via sphinx -backports-zoneinfo==0.2.1 ; python_version < "3.9" - # via - # -c requirements/constraints.txt - # django -certifi==2024.2.2 +certifi==2024.7.4 # via requests charset-normalizer==3.3.2 # via requests -django==4.2.11 +django==4.2.15 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/base.in @@ -30,50 +26,40 @@ idna==3.7 # via requests imagesize==1.4.1 # via sphinx -importlib-metadata==6.11.0 - # via - # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt - # sphinx -jinja2==3.1.3 +jinja2==3.1.4 # via sphinx markupsafe==2.1.5 # via jinja2 -packaging==24.0 +packaging==24.1 # via sphinx -pygments==2.17.2 +pygments==2.18.0 # via sphinx -pytz==2024.1 - # via babel -requests==2.31.0 +requests==2.32.3 # via sphinx snowballstemmer==2.2.0 # via sphinx -sphinx==7.1.2 +sphinx==7.4.7 # via # -r requirements/doc.in # sphinx-rtd-theme # sphinxcontrib-jquery sphinx-rtd-theme==2.0.0 # via -r requirements/doc.in -sphinxcontrib-applehelp==1.0.4 +sphinxcontrib-applehelp==2.0.0 # via sphinx -sphinxcontrib-devhelp==1.0.2 +sphinxcontrib-devhelp==2.0.0 # via sphinx -sphinxcontrib-htmlhelp==2.0.1 +sphinxcontrib-htmlhelp==2.1.0 # via sphinx sphinxcontrib-jquery==4.1 # via sphinx-rtd-theme sphinxcontrib-jsmath==1.0.1 # via sphinx -sphinxcontrib-qthelp==1.0.3 +sphinxcontrib-qthelp==2.0.0 # via sphinx -sphinxcontrib-serializinghtml==1.1.5 +sphinxcontrib-serializinghtml==2.0.0 # via sphinx -sqlparse==0.5.0 +sqlparse==0.5.1 # via django -typing-extensions==4.11.0 - # via asgiref -urllib3==2.2.1 +urllib3==2.2.2 # via requests -zipp==3.18.1 - # via importlib-metadata diff --git a/requirements/pip.txt b/requirements/pip.txt index e3ffcc7..5f8b9c0 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,14 +1,14 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # make upgrade # -wheel==0.43.0 +wheel==0.44.0 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: -pip==24.0 +pip==24.2 # via -r requirements/pip.in -setuptools==69.5.1 +setuptools==72.2.0 # via -r requirements/pip.in diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index e64299a..4922d28 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.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # make upgrade @@ -8,27 +8,16 @@ build==1.2.1 # via pip-tools click==8.1.7 # via pip-tools -importlib-metadata==6.11.0 - # via - # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt - # build -packaging==24.0 +packaging==24.1 # via build pip-tools==7.4.1 # via -r requirements/pip_tools.in -pyproject-hooks==1.0.0 - # via - # build - # pip-tools -tomli==2.0.1 +pyproject-hooks==1.1.0 # via # build # pip-tools - # pyproject-hooks -wheel==0.43.0 +wheel==0.44.0 # via pip-tools -zipp==3.18.1 - # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/requirements/test.txt b/requirements/test.txt index 13e709a..d5f08f4 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # make upgrade @@ -7,20 +7,15 @@ # via # -r requirements/base.txt # django -astroid==3.1.0 +astroid==3.2.4 # via # pylint # pylint-celery -backports-tarfile==1.1.0 +backports-tarfile==1.2.0 # via jaraco-context -backports-zoneinfo==0.2.1 ; python_version < "3.9" - # via - # -c requirements/constraints.txt - # -r requirements/base.txt - # django -certifi==2024.2.2 +certifi==2024.7.4 # via requests -cffi==1.16.0 +cffi==1.17.0 # via cryptography charset-normalizer==3.3.2 # via requests @@ -33,11 +28,11 @@ click-log==0.4.0 # via edx-lint code-annotations==1.8.0 # via edx-lint -coverage[toml]==7.4.4 +coverage[toml]==7.6.1 # via # -r requirements/test.in # pytest-cov -cryptography==42.0.5 +cryptography==43.0.0 # via secretstorage dill==0.3.8 # via pylint @@ -46,21 +41,16 @@ dill==0.3.8 # -r requirements/base.txt django-dynamic-fixture==4.0.1 # via -r requirements/test.in -docutils==0.20.1 +docutils==0.21.2 # via readme-renderer -edx-lint==5.3.6 +edx-lint==5.3.7 # via -r requirements/test.in -exceptiongroup==1.2.0 - # via pytest idna==3.7 # via requests -importlib-metadata==6.11.0 +importlib-metadata==8.2.0 # via - # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # keyring # twine -importlib-resources==6.4.0 - # via keyring iniconfig==2.0.0 # via pytest isort==5.13.2 @@ -69,15 +59,15 @@ jaraco-classes==3.4.0 # via keyring jaraco-context==5.3.0 # via keyring -jaraco-functools==4.0.0 +jaraco-functools==4.0.2 # via keyring jeepney==0.8.0 # via # keyring # secretstorage -jinja2==3.1.3 +jinja2==3.1.4 # via code-annotations -keyring==25.1.0 +keyring==25.3.0 # via twine markdown-it-py==3.0.0 # via rich @@ -89,13 +79,13 @@ mdurl==0.1.2 # via markdown-it-py mock==5.1.0 # via -r requirements/test.in -more-itertools==10.2.0 +more-itertools==10.4.0 # via # jaraco-classes # jaraco-functools -nh3==0.2.17 +nh3==0.2.18 # via readme-renderer -packaging==24.0 +packaging==24.1 # via pytest pbr==6.0.0 # via stevedore @@ -103,17 +93,17 @@ pep8==1.7.1 # via -r requirements/test.in pkginfo==1.10.0 # via twine -platformdirs==4.2.0 +platformdirs==4.2.2 # via pylint -pluggy==1.4.0 +pluggy==1.5.0 # via pytest pycparser==2.22 # via cffi -pygments==2.17.2 +pygments==2.18.0 # via # readme-renderer # rich -pylint==3.1.0 +pylint==3.2.6 # via # edx-lint # pylint-celery @@ -127,7 +117,7 @@ pylint-plugin-utils==0.8.2 # via # pylint-celery # pylint-django -pytest==8.1.1 +pytest==8.3.2 # via # pytest-cov # pytest-django @@ -137,11 +127,11 @@ pytest-django==4.8.0 # via -r requirements/test.in python-slugify==8.0.4 # via code-annotations -pyyaml==6.0.1 +pyyaml==6.0.2 # via code-annotations -readme-renderer==43.0 +readme-renderer==44.0 # via twine -requests==2.31.0 +requests==2.32.3 # via # requests-toolbelt # twine @@ -155,7 +145,7 @@ secretstorage==3.3.3 # via keyring six==1.16.0 # via edx-lint -sqlparse==0.5.0 +sqlparse==0.5.1 # via # -r requirements/base.txt # django @@ -163,33 +153,19 @@ stevedore==5.2.0 # via code-annotations text-unidecode==1.3 # via python-slugify -tomli==2.0.1 - # via - # coverage - # pylint - # pytest -tomlkit==0.12.4 +tomlkit==0.13.2 # via pylint -twine==5.0.0 +twine==5.1.1 # via -r requirements/test.in -typing-extensions==4.11.0 - # via - # -r requirements/base.txt - # asgiref - # astroid - # pylint - # rich -urllib3==2.2.1 +urllib3==2.2.2 # via # requests # twine -wheel==0.43.0 +wheel==0.44.0 # via -r requirements/test.in -zipp==3.18.1 - # via - # importlib-metadata - # importlib-resources +zipp==3.20.0 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -setuptools==69.5.1 +setuptools==72.2.0 # via -r requirements/test.in diff --git a/requirements/tox.txt b/requirements/tox.txt index 9d7ebcf..b9733b2 100644 --- a/requirements/tox.txt +++ b/requirements/tox.txt @@ -1,10 +1,10 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # make upgrade # -cachetools==5.3.3 +cachetools==5.4.0 # via tox chardet==5.2.0 # via tox @@ -12,27 +12,23 @@ colorama==0.4.6 # via tox distlib==0.3.8 # via virtualenv -filelock==3.13.4 +filelock==3.15.4 # via # tox # virtualenv -packaging==24.0 +packaging==24.1 # via # pyproject-api # tox -platformdirs==4.2.0 +platformdirs==4.2.2 # via # tox # virtualenv -pluggy==1.4.0 +pluggy==1.5.0 # via tox -pyproject-api==1.6.1 +pyproject-api==1.7.1 # via tox -tomli==2.0.1 - # via - # pyproject-api - # tox -tox==4.14.2 +tox==4.18.0 # via -r requirements/tox.in -virtualenv==20.25.3 +virtualenv==20.26.3 # via tox