From 36ffa30666e7e61bd8d16b81075fdc284e5a3981 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Mon, 29 Jul 2024 01:04:58 -0400 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/ci.txt | 10 ++--- requirements/dev.txt | 82 +++++++++++++++----------------------- requirements/doc.txt | 81 +++++++++++++++++-------------------- requirements/pip-tools.txt | 12 +----- requirements/pip.txt | 6 +-- requirements/quality.txt | 20 +++------- requirements/test.txt | 57 +++++++++----------------- 7 files changed, 99 insertions(+), 169 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 154d9d09..564c0f58 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 tox chardet==5.2.0 # via tox @@ -28,11 +28,7 @@ pluggy==1.5.0 # via tox pyproject-api==1.7.1 # via tox -tomli==2.0.1 - # via - # pyproject-api - # tox -tox==4.15.1 +tox==4.16.0 # via -r requirements/ci.in virtualenv==20.26.3 # via tox diff --git a/requirements/dev.txt b/requirements/dev.txt index 40f1d5e0..663a7911 100644 --- a/requirements/dev.txt +++ b/requirements/dev.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.11 # by the following command: # # make upgrade # asgiref==3.8.1 # via django -astroid==3.2.2 +astroid==3.2.4 # via # pylint # pylint-celery @@ -14,21 +14,15 @@ attrs==23.2.0 # via -r requirements/base.in backports-tarfile==1.2.0 # via jaraco-context -backports-zoneinfo==0.2.1 ; python_version < "3.9" - # via - # -c requirements/constraints.txt - # -r requirements/dev.in - # -r requirements/quality.in - # django build==1.2.1 # via pip-tools cachecontrol==0.14.0 # via firebase-admin -cachetools==5.3.3 +cachetools==5.4.0 # via # google-auth # tox -certifi==2024.6.2 +certifi==2024.7.4 # via requests cffi==1.16.0 # via @@ -53,15 +47,17 @@ code-annotations==1.8.0 # via edx-lint colorama==0.4.6 # via tox -cryptography==42.0.8 - # via pyjwt -diff-cover==7.7.0 +cryptography==43.0.0 + # via + # pyjwt + # secretstorage +diff-cover==9.1.1 # via -r requirements/dev.in dill==0.3.8 # via pylint distlib==0.3.8 # via virtualenv -django==4.2.13 +django==4.2.14 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/base.in @@ -76,13 +72,13 @@ django-push-notifications==3.1.0 # via -r requirements/base.in django-waffle==4.1.0 # via edx-django-utils -docutils==0.20.1 +docutils==0.21.2 # via readme-renderer edx-django-utils==5.14.2 # via -r requirements/base.in edx-i18n-tools==1.6.0 # via -r requirements/dev.in -edx-lint==5.3.6 +edx-lint==5.3.7 # via # -r requirements/dev.in # -r requirements/quality.in @@ -99,9 +95,9 @@ google-api-core[grpc]==2.19.1 # google-cloud-core # google-cloud-firestore # google-cloud-storage -google-api-python-client==2.135.0 +google-api-python-client==2.138.0 # via firebase-admin -google-auth==2.30.0 +google-auth==2.32.0 # via # google-api-core # google-api-python-client @@ -115,9 +111,9 @@ google-cloud-core==2.4.1 # via # google-cloud-firestore # google-cloud-storage -google-cloud-firestore==2.16.1 +google-cloud-firestore==2.17.0 # via firebase-admin -google-cloud-storage==2.17.0 +google-cloud-storage==2.18.0 # via firebase-admin google-crc32c==1.5.0 # via @@ -129,7 +125,7 @@ googleapis-common-protos==1.63.2 # via # google-api-core # grpcio-status -grpcio==1.64.1 +grpcio==1.65.1 # via # google-api-core # grpcio-status @@ -144,11 +140,8 @@ idna==3.7 importlib-metadata==6.11.0 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt - # build # keyring # twine -importlib-resources==6.4.0 - # via keyring isort==5.13.2 # via # -r requirements/quality.in @@ -159,6 +152,10 @@ jaraco-context==5.3.0 # via keyring jaraco-functools==4.0.1 # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage jinja2==3.1.4 # via # code-annotations @@ -185,16 +182,16 @@ more-itertools==10.3.0 # jaraco-functools msgpack==1.0.8 # via cachecontrol -newrelic==9.11.0 +newrelic==9.12.0 # via edx-django-utils -nh3==0.2.17 +nh3==0.2.18 # via readme-renderer packaging==24.1 # via # build # pyproject-api # tox -path==16.14.0 +path==17.0.0 # via edx-i18n-tools pbr==6.0.0 # via stevedore @@ -217,7 +214,7 @@ proto-plus==1.24.0 # via # google-api-core # google-cloud-firestore -protobuf==4.25.3 +protobuf==4.25.4 # via # google-api-core # google-cloud-firestore @@ -245,7 +242,7 @@ pygments==2.18.0 # rich pyjwt[crypto]==2.8.0 # via firebase-admin -pylint==3.2.5 +pylint==3.2.6 # via # edx-lint # pylint-celery @@ -277,7 +274,7 @@ pyyaml==6.0.1 # via # code-annotations # edx-i18n-tools -readme-renderer==43.0 +readme-renderer==44.0 # via twine requests==2.32.3 # via @@ -297,6 +294,8 @@ rsa==4.9 # via google-auth sailthru-client==2.2.3 # via -r requirements/base.in +secretstorage==3.3.3 + # via keyring simplejson==3.19.2 # via sailthru-client six==1.16.0 @@ -306,7 +305,7 @@ six==1.16.0 # python-dateutil snowballstemmer==2.2.0 # via pydocstyle -sqlparse==0.5.0 +sqlparse==0.5.1 # via django stevedore==5.2.0 # via @@ -315,25 +314,12 @@ stevedore==5.2.0 # edx-django-utils text-unidecode==1.3 # via python-slugify -tomli==2.0.1 - # via - # build - # pip-tools - # pylint - # pyproject-api - # tox -tomlkit==0.12.5 +tomlkit==0.13.0 # via pylint -tox==4.15.1 +tox==4.16.0 # via -r requirements/dev.in twine==5.1.1 # via -r requirements/dev.in -typing-extensions==4.12.2 - # via - # asgiref - # astroid - # pylint - # rich uritemplate==4.1.1 # via google-api-python-client urllib3==2.2.2 @@ -347,9 +333,7 @@ wheel==0.43.0 # -r requirements/dev.in # pip-tools zipp==3.19.2 - # via - # importlib-metadata - # importlib-resources + # 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 bff3f8b1..661a631e 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.11 # 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==0.7.16 # via sphinx asgiref==3.8.1 # via django @@ -18,18 +18,13 @@ babel==2.15.0 # sphinx backports-tarfile==1.2.0 # via jaraco-context -backports-zoneinfo==0.2.1 ; python_version < "3.9" - # via - # -c requirements/constraints.txt - # -r requirements/doc.in - # django beautifulsoup4==4.12.3 # via pydata-sphinx-theme cachecontrol==0.14.0 # via firebase-admin -cachetools==5.3.3 +cachetools==5.4.0 # via google-auth -certifi==2024.6.2 +certifi==2024.7.4 # via requests cffi==1.16.0 # via @@ -39,9 +34,11 @@ charset-normalizer==3.3.2 # via requests click==8.1.7 # via edx-django-utils -cryptography==42.0.8 - # via pyjwt -django==4.2.13 +cryptography==43.0.0 + # via + # pyjwt + # secretstorage +django==4.2.14 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/base.in @@ -57,7 +54,7 @@ django-waffle==4.1.0 # via edx-django-utils doc8==1.1.1 # via -r requirements/doc.in -docutils==0.19 +docutils==0.20.1 # via # doc8 # pydata-sphinx-theme @@ -75,9 +72,9 @@ google-api-core[grpc]==2.19.1 # google-cloud-core # google-cloud-firestore # google-cloud-storage -google-api-python-client==2.135.0 +google-api-python-client==2.138.0 # via firebase-admin -google-auth==2.30.0 +google-auth==2.32.0 # via # google-api-core # google-api-python-client @@ -91,9 +88,9 @@ google-cloud-core==2.4.1 # via # google-cloud-firestore # google-cloud-storage -google-cloud-firestore==2.16.1 +google-cloud-firestore==2.17.0 # via firebase-admin -google-cloud-storage==2.17.0 +google-cloud-storage==2.18.0 # via firebase-admin google-crc32c==1.5.0 # via @@ -105,7 +102,7 @@ googleapis-common-protos==1.63.2 # via # google-api-core # grpcio-status -grpcio==1.64.1 +grpcio==1.65.1 # via # google-api-core # grpcio-status @@ -123,16 +120,17 @@ importlib-metadata==6.11.0 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # keyring - # sphinx # twine -importlib-resources==6.4.0 - # via keyring jaraco-classes==3.4.0 # via keyring jaraco-context==5.3.0 # via keyring jaraco-functools==4.0.1 # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage jinja2==3.1.4 # via sphinx keyring==25.2.1 @@ -149,9 +147,9 @@ more-itertools==10.3.0 # jaraco-functools msgpack==1.0.8 # via cachecontrol -newrelic==9.11.0 +newrelic==9.12.0 # via edx-django-utils -nh3==0.2.17 +nh3==0.2.18 # via readme-renderer packaging==24.1 # via @@ -165,7 +163,7 @@ proto-plus==1.24.0 # via # google-api-core # google-cloud-firestore -protobuf==4.25.3 +protobuf==4.25.4 # via # google-api-core # google-cloud-firestore @@ -182,7 +180,7 @@ pyasn1-modules==0.4.0 # via google-auth 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 @@ -200,8 +198,6 @@ pyparsing==3.1.2 # via httplib2 python-dateutil==2.9.0.post0 # via -r requirements/base.in -pytz==2024.1 - # via babel readme-renderer==43.0 # via # -r requirements/doc.in @@ -227,6 +223,8 @@ rsa==4.9 # via google-auth sailthru-client==2.2.3 # via -r requirements/base.in +secretstorage==3.3.3 + # via keyring simplejson==3.19.2 # via sailthru-client six==1.16.0 @@ -237,41 +235,36 @@ snowballstemmer==2.2.0 # via sphinx soupsieve==2.5 # via beautifulsoup4 -sphinx==6.2.1 +sphinx==7.4.7 # 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.0 +sqlparse==0.5.1 # via django stevedore==5.2.0 # via # -r requirements/base.in # doc8 # edx-django-utils -tomli==2.0.1 - # via doc8 twine==5.1.1 # via -r requirements/doc.in typing-extensions==4.12.2 - # via - # asgiref - # pydata-sphinx-theme - # rich + # via pydata-sphinx-theme uritemplate==4.1.1 # via google-api-python-client urllib3==2.2.2 @@ -279,6 +272,4 @@ urllib3==2.2.2 # requests # twine zipp==3.19.2 - # via - # importlib-metadata - # importlib-resources + # via importlib-metadata diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 30588308..b544e9f5 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,10 +8,6 @@ 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.1 # via build pip-tools==7.4.1 @@ -20,14 +16,8 @@ pyproject-hooks==1.1.0 # via # build # pip-tools -tomli==2.0.1 - # via - # build - # pip-tools wheel==0.43.0 # via pip-tools -zipp==3.19.2 - # 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 7be83186..7634792b 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.11 # by the following command: # # make upgrade @@ -8,7 +8,7 @@ wheel==0.43.0 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: -pip==24.1.1 +pip==24.2 # via -r requirements/pip.in -setuptools==70.1.1 +setuptools==72.0.0 # via -r requirements/pip.in diff --git a/requirements/quality.txt b/requirements/quality.txt index a106895c..e351fd0b 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -1,17 +1,13 @@ # -# 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 # -astroid==3.2.2 +astroid==3.2.4 # via # pylint # pylint-celery -backports-zoneinfo==0.2.1 ; python_version < "3.9" - # via - # -c requirements/constraints.txt - # -r requirements/quality.in click==8.1.7 # via # click-log @@ -23,7 +19,7 @@ code-annotations==1.8.0 # via edx-lint dill==0.3.8 # via pylint -edx-lint==5.3.6 +edx-lint==5.3.7 # via -r requirements/quality.in isort==5.13.2 # via @@ -43,7 +39,7 @@ pycodestyle==2.12.0 # via -r requirements/quality.in pydocstyle==6.3.0 # via -r requirements/quality.in -pylint==3.2.5 +pylint==3.2.6 # via # edx-lint # pylint-celery @@ -69,11 +65,5 @@ stevedore==5.2.0 # via code-annotations text-unidecode==1.3 # via python-slugify -tomli==2.0.1 - # via pylint -tomlkit==0.12.5 +tomlkit==0.13.0 # via pylint -typing-extensions==4.12.2 - # via - # astroid - # pylint diff --git a/requirements/test.txt b/requirements/test.txt index 3bebf051..f1481ae9 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 @@ -10,16 +10,11 @@ attrs==23.2.0 # via # -r requirements/base.in # hypothesis -backports-zoneinfo==0.2.1 ; python_version < "3.9" - # via - # -c requirements/constraints.txt - # -r requirements/test.in - # django cachecontrol==0.14.0 # via firebase-admin -cachetools==5.3.3 +cachetools==5.4.0 # via google-auth -certifi==2024.6.2 +certifi==2024.7.4 # via requests cffi==1.16.0 # via @@ -29,9 +24,9 @@ charset-normalizer==3.3.2 # via requests click==8.1.7 # via edx-django-utils -coverage[toml]==7.5.4 +coverage[toml]==7.6.0 # via pytest-cov -cryptography==42.0.8 +cryptography==43.0.0 # via pyjwt ddt==1.7.2 # via -r requirements/test.in @@ -50,10 +45,6 @@ django-waffle==4.1.0 # via edx-django-utils edx-django-utils==5.14.2 # via -r requirements/base.in -exceptiongroup==1.2.1 - # via - # hypothesis - # pytest firebase-admin==6.5.0 # via -r requirements/base.in google-api-core[grpc]==2.19.1 @@ -63,9 +54,9 @@ google-api-core[grpc]==2.19.1 # google-cloud-core # google-cloud-firestore # google-cloud-storage -google-api-python-client==2.135.0 +google-api-python-client==2.138.0 # via firebase-admin -google-auth==2.30.0 +google-auth==2.32.0 # via # google-api-core # google-api-python-client @@ -79,9 +70,9 @@ google-cloud-core==2.4.1 # via # google-cloud-firestore # google-cloud-storage -google-cloud-firestore==2.16.1 +google-cloud-firestore==2.17.0 # via firebase-admin -google-cloud-storage==2.17.0 +google-cloud-storage==2.18.0 # via firebase-admin google-crc32c==1.5.0 # via @@ -93,7 +84,7 @@ googleapis-common-protos==1.63.2 # via # google-api-core # grpcio-status -grpcio==1.64.1 +grpcio==1.65.1 # via # google-api-core # grpcio-status @@ -103,7 +94,7 @@ httplib2==0.22.0 # via # google-api-python-client # google-auth-httplib2 -hypothesis[pytz]==6.104.2 +hypothesis[pytz]==6.108.5 # via # -r requirements/test.in # hypothesis-pytest @@ -111,10 +102,6 @@ hypothesis-pytest==0.19.0 # via -r requirements/test.in idna==3.7 # via requests -importlib-metadata==6.11.0 - # via - # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt - # pytest-randomly iniconfig==2.0.0 # via pytest jedi==0.19.1 @@ -123,7 +110,7 @@ mock==5.1.0 # via -r requirements/test.in msgpack==1.0.8 # via cachecontrol -newrelic==9.11.0 +newrelic==9.12.0 # via edx-django-utils packaging==24.1 # via @@ -139,7 +126,7 @@ proto-plus==1.24.0 # via # google-api-core # google-cloud-firestore -protobuf==4.25.3 +protobuf==4.25.4 # via # google-api-core # google-cloud-firestore @@ -148,7 +135,7 @@ protobuf==4.25.3 # proto-plus psutil==6.0.0 # via edx-django-utils -pudb==2024.1 +pudb==2024.1.2 # via -r requirements/test.in pyasn1==0.6.0 # via @@ -166,7 +153,7 @@ pynacl==1.5.0 # via edx-django-utils pyparsing==3.1.2 # via httplib2 -pytest==8.2.2 +pytest==8.3.2 # via # hypothesis-pytest # pytest-cov @@ -200,25 +187,19 @@ six==1.16.0 # python-dateutil sortedcontainers==2.4.0 # via hypothesis -sqlparse==0.5.0 +sqlparse==0.5.1 # via django stevedore==5.2.0 # via # -r requirements/base.in # edx-django-utils -tomli==2.0.1 - # via - # coverage - # pytest typing-extensions==4.12.2 - # via - # asgiref - # urwid + # via urwid uritemplate==4.1.1 # via google-api-python-client urllib3==2.2.2 # via requests -urwid==2.6.14 +urwid==2.6.15 # via # pudb # urwid-readline @@ -226,5 +207,3 @@ urwid-readline==0.14 # via pudb wcwidth==0.2.13 # via urwid -zipp==3.19.2 - # via importlib-metadata