From e2830bf470950b5bacba3b28aa7e9d53c6799423 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Tue, 17 Sep 2024 11:24:58 -0400 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/base.txt | 28 +++++------------ requirements/ci.txt | 8 ++--- requirements/dev.txt | 63 +++++++++----------------------------- requirements/doc.txt | 57 ++++++++++------------------------ requirements/pip-tools.txt | 10 +----- requirements/pip.txt | 4 +-- requirements/quality.txt | 60 +++++++++--------------------------- requirements/test.txt | 32 +++++-------------- 8 files changed, 66 insertions(+), 196 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index f0f8ec5..c3c35de 100644 --- a/requirements/base.txt +++ b/requirements/base.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.12 # by the following command: # # make upgrade @@ -12,13 +12,6 @@ asgiref==3.8.1 # via django attrs==24.2.0 # via openedx-events -backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9" - # via - # -c requirements/constraints.txt - # celery - # django - # djangorestframework - # kombu billiard==4.2.0 # via celery celery==5.4.0 @@ -109,11 +102,11 @@ fastavro==1.9.7 # via openedx-events fs==2.4.16 # via xblock -idna==3.8 +idna==3.10 # via requests jinja2==3.1.4 # via code-annotations -kombu==5.4.0 +kombu==5.4.1 # via celery lxml==5.3.0 # via xblock @@ -152,7 +145,7 @@ python-dateutil==2.9.0.post0 # xblock python-slugify==8.0.4 # via code-annotations -pytz==2024.1 +pytz==2024.2 # via # -r requirements/base.in # event-tracking @@ -183,15 +176,10 @@ stevedore==5.3.0 text-unidecode==1.3 # via python-slugify typing-extensions==4.12.2 - # via - # asgiref - # edx-opaque-keys - # kombu + # via edx-opaque-keys tzdata==2024.1 - # via - # backports-zoneinfo - # celery -urllib3==2.2.2 + # via celery +urllib3==2.2.3 # via requests vine==5.1.0 # via @@ -208,7 +196,7 @@ xblock==5.1.0 # via -r requirements/base.in # The following packages are considered to be unsafe in a requirements file: -setuptools==74.1.2 +setuptools==75.1.0 # via # -r requirements/base.in # fs diff --git a/requirements/ci.txt b/requirements/ci.txt index 0fc82a6..51c65ed 100644 --- a/requirements/ci.txt +++ b/requirements/ci.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.12 # by the following command: # # make upgrade @@ -22,7 +22,7 @@ packaging==24.1 # via # pyproject-api # tox -platformdirs==4.3.2 +platformdirs==4.3.3 # via # tox # virtualenv @@ -30,10 +30,6 @@ pluggy==1.5.0 # via tox pyproject-api==1.7.1 # via tox -tomli==2.0.1 - # via - # pyproject-api - # tox tox==4.18.1 # via -r requirements/ci.in virtualenv==20.26.4 diff --git a/requirements/dev.txt b/requirements/dev.txt index fa9b6ee..8767edc 100644 --- a/requirements/dev.txt +++ b/requirements/dev.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.12 # by the following command: # # make upgrade @@ -16,15 +16,6 @@ astroid==3.2.4 # pylint-celery attrs==24.2.0 # via openedx-events -backports-tarfile==1.2.0 - # via jaraco-context -backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9" - # via - # -c requirements/constraints.txt - # celery - # django - # djangorestframework - # kombu billiard==4.2.0 # via celery build==1.2.2 @@ -115,7 +106,7 @@ djangorestframework==3.15.2 # -r requirements/base.in # drf-jwt # edx-drf-extensions -docutils==0.20.1 +docutils==0.21.2 # via readme-renderer drf-jwt==1.19.2 # via edx-drf-extensions @@ -150,8 +141,6 @@ event-tracking==2.4.0 # via # -c requirements/common_constraints.txt # -r requirements/base.in -exceptiongroup==1.2.2 - # via pytest factory-boy==3.3.1 # via -r requirements/test.in faker==28.4.1 @@ -166,15 +155,10 @@ freezegun==1.5.1 # via -r requirements/test.in fs==2.4.16 # via xblock -idna==3.8 +idna==3.10 # via requests -importlib-metadata==8.4.0 - # via - # build - # keyring - # twine -importlib-resources==6.4.5 - # via keyring +importlib-metadata==8.5.0 + # via twine iniconfig==2.0.0 # via pytest isort==5.13.2 @@ -197,7 +181,7 @@ jinja2==3.1.4 # diff-cover keyring==25.3.0 # via twine -kombu==5.4.0 +kombu==5.4.1 # via celery lxml[html-clean]==5.3.0 # via @@ -245,7 +229,7 @@ pip-tools==7.4.1 # via -r requirements/dev.in pkginfo==1.10.0 # via twine -platformdirs==4.3.2 +platformdirs==4.3.3 # via # pylint # tox @@ -318,7 +302,7 @@ python-dateutil==2.9.0.post0 # xblock python-slugify==8.0.4 # via code-annotations -pytz==2024.1 +pytz==2024.2 # via # -r requirements/base.in # event-tracking @@ -328,7 +312,7 @@ pyyaml==6.0.2 # code-annotations # edx-i18n-tools # xblock -readme-renderer==43.0 +readme-renderer==44.0 # via twine requests==2.32.3 # via @@ -365,15 +349,6 @@ stevedore==5.3.0 # edx-opaque-keys text-unidecode==1.3 # via python-slugify -tomli==2.0.1 - # via - # build - # coverage - # pip-tools - # pylint - # pyproject-api - # pytest - # tox tomlkit==0.13.2 # via pylint tox==4.18.1 @@ -381,18 +356,10 @@ tox==4.18.1 twine==5.1.1 # via -r requirements/quality.in typing-extensions==4.12.2 - # via - # asgiref - # astroid - # edx-opaque-keys - # kombu - # pylint - # rich + # via edx-opaque-keys tzdata==2024.1 - # via - # backports-zoneinfo - # celery -urllib3==2.2.2 + # via celery +urllib3==2.2.3 # via # requests # twine @@ -415,10 +382,8 @@ wheel==0.44.0 # pip-tools xblock==5.1.0 # via -r requirements/base.in -zipp==3.20.1 - # via - # importlib-metadata - # importlib-resources +zipp==3.20.2 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/requirements/doc.txt b/requirements/doc.txt index dbe0578..6890685 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -1,12 +1,12 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade # -accessible-pygments==0.0.4 +accessible-pygments==0.0.5 # via pydata-sphinx-theme -alabaster==0.7.13 +alabaster==1.0.0 # via sphinx amqp==5.2.0 # via kombu @@ -20,13 +20,6 @@ babel==2.16.0 # via # pydata-sphinx-theme # sphinx -backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9" - # via - # -c requirements/constraints.txt - # celery - # django - # djangorestframework - # kombu beautifulsoup4==4.12.3 # via pydata-sphinx-theme billiard==4.2.0 @@ -95,7 +88,7 @@ djangorestframework==3.15.2 # edx-drf-extensions doc8==1.1.2 # via -r requirements/doc.in -docutils==0.19 +docutils==0.21.2 # via # doc8 # pydata-sphinx-theme @@ -127,8 +120,6 @@ event-tracking==2.4.0 # via # -c requirements/common_constraints.txt # -r requirements/base.in -exceptiongroup==1.2.2 - # via pytest factory-boy==3.3.1 # via -r requirements/test.in faker==28.4.1 @@ -139,19 +130,17 @@ freezegun==1.5.1 # via -r requirements/test.in fs==2.4.16 # via xblock -idna==3.8 +idna==3.10 # via requests imagesize==1.4.1 # via sphinx -importlib-metadata==8.4.0 - # via sphinx iniconfig==2.0.0 # via pytest jinja2==3.1.4 # via # code-annotations # sphinx -kombu==5.4.0 +kombu==5.4.1 # via celery lxml==5.3.0 # via xblock @@ -183,7 +172,7 @@ psutil==6.0.0 # via edx-django-utils pycparser==2.22 # via cffi -pydata-sphinx-theme==0.14.4 +pydata-sphinx-theme==0.15.4 # via sphinx-book-theme pygments==2.18.0 # via @@ -217,10 +206,9 @@ python-dateutil==2.9.0.post0 # xblock python-slugify==8.0.4 # via code-annotations -pytz==2024.1 +pytz==2024.2 # via # -r requirements/base.in - # babel # event-tracking # xblock pyyaml==6.0.2 @@ -247,24 +235,24 @@ snowballstemmer==2.2.0 # via sphinx soupsieve==2.6 # via beautifulsoup4 -sphinx==6.2.1 +sphinx==8.0.2 # via # -r requirements/doc.in # pydata-sphinx-theme # sphinx-book-theme -sphinx-book-theme==1.0.1 +sphinx-book-theme==1.1.3 # 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-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.1 # via django @@ -276,22 +264,13 @@ stevedore==5.3.0 # edx-opaque-keys text-unidecode==1.3 # via python-slugify -tomli==2.0.1 - # via - # coverage - # doc8 - # pytest typing-extensions==4.12.2 # via - # asgiref # edx-opaque-keys - # kombu # pydata-sphinx-theme tzdata==2024.1 - # via - # backports-zoneinfo - # celery -urllib3==2.2.2 + # via celery +urllib3==2.2.3 # via requests vine==5.1.0 # via @@ -306,8 +285,6 @@ webob==1.8.8 # via xblock xblock==5.1.0 # via -r requirements/base.in -zipp==3.20.1 - # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 3c567f2..e6268ff 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.12 # by the following command: # # make upgrade @@ -8,8 +8,6 @@ build==1.2.2 # via pip-tools click==8.1.7 # via pip-tools -importlib-metadata==8.4.0 - # via build packaging==24.1 # via build pip-tools==7.4.1 @@ -18,14 +16,8 @@ pyproject-hooks==1.1.0 # via # build # pip-tools -tomli==2.0.1 - # via - # build - # pip-tools wheel==0.44.0 # via pip-tools -zipp==3.20.1 - # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/requirements/pip.txt b/requirements/pip.txt index 08e7022..488d41f 100644 --- a/requirements/pip.txt +++ b/requirements/pip.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.12 # by the following command: # # make upgrade @@ -10,5 +10,5 @@ wheel==0.44.0 # The following packages are considered to be unsafe in a requirements file: pip==24.2 # via -r requirements/pip.in -setuptools==74.1.2 +setuptools==75.1.0 # via -r requirements/pip.in diff --git a/requirements/quality.txt b/requirements/quality.txt index 8f1e91c..2e7aa38 100644 --- a/requirements/quality.txt +++ b/requirements/quality.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.12 # by the following command: # # make upgrade @@ -16,15 +16,6 @@ astroid==3.2.4 # pylint-celery attrs==24.2.0 # via openedx-events -backports-tarfile==1.2.0 - # via jaraco-context -backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9" - # via - # -c requirements/constraints.txt - # celery - # django - # djangorestframework - # kombu billiard==4.2.0 # via celery celery==5.4.0 @@ -99,7 +90,7 @@ djangorestframework==3.15.2 # -r requirements/base.in # drf-jwt # edx-drf-extensions -docutils==0.20.1 +docutils==0.21.2 # via readme-renderer drf-jwt==1.19.2 # via edx-drf-extensions @@ -131,8 +122,6 @@ event-tracking==2.4.0 # via # -c requirements/common_constraints.txt # -r requirements/base.in -exceptiongroup==1.2.2 - # via pytest factory-boy==3.3.1 # via -r requirements/test.in faker==28.4.1 @@ -143,14 +132,10 @@ freezegun==1.5.1 # via -r requirements/test.in fs==2.4.16 # via xblock -idna==3.8 +idna==3.10 # via requests -importlib-metadata==8.4.0 - # via - # keyring - # twine -importlib-resources==6.4.5 - # via keyring +importlib-metadata==8.5.0 + # via twine iniconfig==2.0.0 # via pytest isort==5.13.2 @@ -171,7 +156,7 @@ jinja2==3.1.4 # via code-annotations keyring==25.3.0 # via twine -kombu==5.4.0 +kombu==5.4.1 # via celery lxml==5.3.0 # via xblock @@ -206,7 +191,7 @@ pbr==6.1.0 # via stevedore pkginfo==1.10.0 # via twine -platformdirs==4.3.2 +platformdirs==4.3.3 # via pylint pluggy==1.5.0 # via pytest @@ -264,7 +249,7 @@ python-dateutil==2.9.0.post0 # xblock python-slugify==8.0.4 # via code-annotations -pytz==2024.1 +pytz==2024.2 # via # -r requirements/base.in # event-tracking @@ -273,7 +258,7 @@ pyyaml==6.0.2 # via # code-annotations # xblock -readme-renderer==43.0 +readme-renderer==44.0 # via twine requests==2.32.3 # via @@ -310,28 +295,15 @@ stevedore==5.3.0 # edx-opaque-keys text-unidecode==1.3 # via python-slugify -tomli==2.0.1 - # via - # coverage - # pylint - # pytest tomlkit==0.13.2 # via pylint twine==5.1.1 # via -r requirements/quality.in typing-extensions==4.12.2 - # via - # asgiref - # astroid - # edx-opaque-keys - # kombu - # pylint - # rich + # via edx-opaque-keys tzdata==2024.1 - # via - # backports-zoneinfo - # celery -urllib3==2.2.2 + # via celery +urllib3==2.2.3 # via # requests # twine @@ -350,13 +322,11 @@ wheel==0.44.0 # via -r requirements/quality.in xblock==5.1.0 # via -r requirements/base.in -zipp==3.20.1 - # via - # importlib-metadata - # importlib-resources +zipp==3.20.2 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -setuptools==74.1.2 +setuptools==75.1.0 # via # -r requirements/base.in # fs diff --git a/requirements/test.txt b/requirements/test.txt index 6619ddb..16080c6 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.12 # by the following command: # # make upgrade @@ -12,13 +12,6 @@ asgiref==3.8.1 # via django attrs==24.2.0 # via openedx-events -backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9" - # via - # -c requirements/constraints.txt - # celery - # django - # djangorestframework - # kombu billiard==4.2.0 # via celery celery==5.4.0 @@ -107,8 +100,6 @@ event-tracking==2.4.0 # via # -c requirements/common_constraints.txt # -r requirements/base.in -exceptiongroup==1.2.2 - # via pytest factory-boy==3.3.1 # via -r requirements/test.in faker==28.4.1 @@ -119,13 +110,13 @@ freezegun==1.5.1 # via -r requirements/test.in fs==2.4.16 # via xblock -idna==3.8 +idna==3.10 # via requests iniconfig==2.0.0 # via pytest jinja2==3.1.4 # via code-annotations -kombu==5.4.0 +kombu==5.4.1 # via celery lxml==5.3.0 # via xblock @@ -180,7 +171,7 @@ python-dateutil==2.9.0.post0 # xblock python-slugify==8.0.4 # via code-annotations -pytz==2024.1 +pytz==2024.2 # via # -r requirements/base.in # event-tracking @@ -210,20 +201,11 @@ stevedore==5.3.0 # edx-opaque-keys text-unidecode==1.3 # via python-slugify -tomli==2.0.1 - # via - # coverage - # pytest typing-extensions==4.12.2 - # via - # asgiref - # edx-opaque-keys - # kombu + # via edx-opaque-keys tzdata==2024.1 - # via - # backports-zoneinfo - # celery -urllib3==2.2.2 + # via celery +urllib3==2.2.3 # via requests vine==5.1.0 # via