From 675de61f27ce5f5fb2e6b8cf54499b7bab63206a Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Mon, 23 Sep 2024 01:04:18 -0400 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/ci.txt | 18 ++--- requirements/dev.txt | 155 +++++++++++++++++-------------------- requirements/doc.txt | 140 ++++++++++++++++----------------- requirements/pip-tools.txt | 16 +--- requirements/pip.txt | 8 +- requirements/quality.txt | 30 +++---- requirements/test.txt | 99 ++++++++++------------- 7 files changed, 197 insertions(+), 269 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 154d9d09..3625d4c6 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.5.0 # via tox chardet==5.2.0 # via tox @@ -12,7 +12,7 @@ colorama==0.4.6 # via tox distlib==0.3.8 # via virtualenv -filelock==3.15.4 +filelock==3.16.1 # via # tox # virtualenv @@ -20,19 +20,15 @@ packaging==24.1 # via # pyproject-api # tox -platformdirs==4.2.2 +platformdirs==4.3.6 # via # tox # virtualenv pluggy==1.5.0 # via tox -pyproject-api==1.7.1 +pyproject-api==1.8.0 # via tox -tomli==2.0.1 - # via - # pyproject-api - # tox -tox==4.15.1 +tox==4.20.0 # via -r requirements/ci.in -virtualenv==20.26.3 +virtualenv==20.26.5 # via tox diff --git a/requirements/dev.txt b/requirements/dev.txt index 40f1d5e0..d4131d69 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,36 +1,30 @@ # -# 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.3.3 # via # pylint # pylint-celery -attrs==23.2.0 +attrs==24.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 +build==1.2.2 # via pip-tools cachecontrol==0.14.0 # via firebase-admin -cachetools==5.3.3 +cachetools==5.5.0 # via # google-auth # tox -certifi==2024.6.2 +certifi==2024.8.30 # via requests -cffi==1.16.0 +cffi==1.17.1 # via # cryptography # pynacl @@ -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.1 + # via + # pyjwt + # secretstorage +diff-cover==9.2.0 # via -r requirements/dev.in dill==0.3.8 # via pylint distlib==0.3.8 # via virtualenv -django==4.2.13 +django==4.2.16 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/base.in @@ -76,32 +72,32 @@ 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 +edx-django-utils==5.15.0 # via -r requirements/base.in -edx-i18n-tools==1.6.0 +edx-i18n-tools==1.6.3 # via -r requirements/dev.in -edx-lint==5.3.6 +edx-lint==5.4.0 # via # -r requirements/dev.in # -r requirements/quality.in -filelock==3.15.4 +filelock==3.16.1 # via # tox # virtualenv firebase-admin==6.5.0 # via -r requirements/base.in -google-api-core[grpc]==2.19.1 +google-api-core[grpc]==2.20.0 # via # firebase-admin # google-api-python-client # google-cloud-core # google-cloud-firestore # google-cloud-storage -google-api-python-client==2.135.0 +google-api-python-client==2.146.0 # via firebase-admin -google-auth==2.30.0 +google-auth==2.35.0 # via # google-api-core # google-api-python-client @@ -115,61 +111,61 @@ google-cloud-core==2.4.1 # via # google-cloud-firestore # google-cloud-storage -google-cloud-firestore==2.16.1 +google-cloud-firestore==2.18.0 # via firebase-admin -google-cloud-storage==2.17.0 +google-cloud-storage==2.18.2 # via firebase-admin -google-crc32c==1.5.0 +google-crc32c==1.6.0 # via # google-cloud-storage # google-resumable-media -google-resumable-media==2.7.1 +google-resumable-media==2.7.2 # via google-cloud-storage -googleapis-common-protos==1.63.2 +googleapis-common-protos==1.65.0 # via # google-api-core # grpcio-status -grpcio==1.64.1 +grpcio==1.66.1 # via # google-api-core # grpcio-status -grpcio-status==1.62.2 +grpcio-status==1.66.1 # via google-api-core httplib2==0.22.0 # via # google-api-python-client # google-auth-httplib2 -idna==3.7 +idna==3.10 # via requests -importlib-metadata==6.11.0 +importlib-metadata==8.5.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 # pylint jaraco-classes==3.4.0 # via keyring -jaraco-context==5.3.0 +jaraco-context==6.0.1 # via keyring -jaraco-functools==4.0.1 +jaraco-functools==4.0.2 # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage jinja2==3.1.4 # via # code-annotations # diff-cover -keyring==25.2.1 +keyring==25.4.1 # via twine -lxml[html-clean,html_clean]==5.2.2 +lxml[html-clean,html_clean]==5.3.0 # via # edx-i18n-tools # lxml-html-clean -lxml-html-clean==0.1.1 +lxml-html-clean==0.2.2 # via lxml markdown-it-py==3.0.0 # via rich @@ -179,30 +175,30 @@ mccabe==0.7.0 # via pylint mdurl==0.1.2 # via markdown-it-py -more-itertools==10.3.0 +more-itertools==10.5.0 # via # jaraco-classes # jaraco-functools -msgpack==1.0.8 +msgpack==1.1.0 # via cachecontrol -newrelic==9.11.0 +newrelic==9.13.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==16.16.0 # via edx-i18n-tools -pbr==6.0.0 +pbr==6.1.0 # via stevedore pip-tools==7.4.1 # via -r requirements/dev.in pkginfo==1.10.0 # via twine -platformdirs==4.2.2 +platformdirs==4.3.6 # via # pylint # tox @@ -217,7 +213,7 @@ proto-plus==1.24.0 # via # google-api-core # google-cloud-firestore -protobuf==4.25.3 +protobuf==5.28.2 # via # google-api-core # google-cloud-firestore @@ -226,13 +222,13 @@ protobuf==4.25.3 # proto-plus psutil==6.0.0 # via edx-django-utils -pyasn1==0.6.0 +pyasn1==0.6.1 # via # pyasn1-modules # rsa -pyasn1-modules==0.4.0 +pyasn1-modules==0.4.1 # via google-auth -pycodestyle==2.12.0 +pycodestyle==2.12.1 # via -r requirements/quality.in pycparser==2.22 # via cffi @@ -243,9 +239,9 @@ pygments==2.18.0 # diff-cover # readme-renderer # rich -pyjwt[crypto]==2.8.0 +pyjwt[crypto]==2.9.0 # via firebase-admin -pylint==3.2.5 +pylint==3.3.0 # via # edx-lint # pylint-celery @@ -261,9 +257,9 @@ pylint-plugin-utils==0.8.2 # pylint-django pynacl==1.5.0 # via edx-django-utils -pyparsing==3.1.2 +pyparsing==3.1.4 # via httplib2 -pyproject-api==1.7.1 +pyproject-api==1.8.0 # via tox pyproject-hooks==1.1.0 # via @@ -273,11 +269,11 @@ python-dateutil==2.9.0.post0 # via -r requirements/base.in python-slugify==8.0.4 # via code-annotations -pyyaml==6.0.1 +pyyaml==6.0.2 # via # code-annotations # edx-i18n-tools -readme-renderer==43.0 +readme-renderer==44.0 # via twine requests==2.32.3 # via @@ -291,13 +287,15 @@ requests-toolbelt==1.0.0 # via twine rfc3986==2.0.0 # via twine -rich==13.7.1 +rich==13.8.1 # via twine rsa==4.9 # via google-auth sailthru-client==2.2.3 # via -r requirements/base.in -simplejson==3.19.2 +secretstorage==3.3.3 + # via keyring +simplejson==3.19.3 # via sailthru-client six==1.16.0 # via @@ -306,50 +304,35 @@ 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 +stevedore==5.3.0 # via # -r requirements/base.in # code-annotations # 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.2 # via pylint -tox==4.15.1 +tox==4.20.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 +urllib3==2.2.3 # via # requests # twine -virtualenv==20.26.3 +virtualenv==20.26.5 # via tox -wheel==0.43.0 +wheel==0.44.0 # via # -r requirements/dev.in # pip-tools -zipp==3.19.2 - # 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 bff3f8b1..180dbe00 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -1,37 +1,32 @@ # -# 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==1.0.0 # via sphinx asgiref==3.8.1 # via django -attrs==23.2.0 +attrs==24.2.0 # via -r requirements/base.in -babel==2.15.0 +babel==2.16.0 # via # pydata-sphinx-theme # 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.5.0 # via google-auth -certifi==2024.6.2 +certifi==2024.8.30 # via requests -cffi==1.16.0 +cffi==1.17.1 # via # cryptography # pynacl @@ -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.1 + # via + # pyjwt + # secretstorage +django==4.2.16 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/base.in @@ -55,29 +52,29 @@ django-push-notifications==3.1.0 # via -r requirements/base.in django-waffle==4.1.0 # via edx-django-utils -doc8==1.1.1 +doc8==1.1.2 # via -r requirements/doc.in -docutils==0.19 +docutils==0.21.2 # via # doc8 # pydata-sphinx-theme # readme-renderer # restructuredtext-lint # sphinx -edx-django-utils==5.14.2 +edx-django-utils==5.15.0 # via -r requirements/base.in firebase-admin==6.5.0 # via -r requirements/base.in -google-api-core[grpc]==2.19.1 +google-api-core[grpc]==2.20.0 # via # firebase-admin # google-api-python-client # google-cloud-core # google-cloud-firestore # google-cloud-storage -google-api-python-client==2.135.0 +google-api-python-client==2.146.0 # via firebase-admin -google-auth==2.30.0 +google-auth==2.35.0 # via # google-api-core # google-api-python-client @@ -91,51 +88,51 @@ google-cloud-core==2.4.1 # via # google-cloud-firestore # google-cloud-storage -google-cloud-firestore==2.16.1 +google-cloud-firestore==2.18.0 # via firebase-admin -google-cloud-storage==2.17.0 +google-cloud-storage==2.18.2 # via firebase-admin -google-crc32c==1.5.0 +google-crc32c==1.6.0 # via # google-cloud-storage # google-resumable-media -google-resumable-media==2.7.1 +google-resumable-media==2.7.2 # via google-cloud-storage -googleapis-common-protos==1.63.2 +googleapis-common-protos==1.65.0 # via # google-api-core # grpcio-status -grpcio==1.64.1 +grpcio==1.66.1 # via # google-api-core # grpcio-status -grpcio-status==1.62.2 +grpcio-status==1.66.1 # via google-api-core httplib2==0.22.0 # via # google-api-python-client # google-auth-httplib2 -idna==3.7 +idna==3.10 # via requests imagesize==1.4.1 # via sphinx -importlib-metadata==6.11.0 +importlib-metadata==8.5.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 +jaraco-context==6.0.1 # via keyring -jaraco-functools==4.0.1 +jaraco-functools==4.0.2 # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage jinja2==3.1.4 # via sphinx -keyring==25.2.1 +keyring==25.4.1 # via twine markdown-it-py==3.0.0 # via rich @@ -143,21 +140,21 @@ markupsafe==2.1.5 # via jinja2 mdurl==0.1.2 # via markdown-it-py -more-itertools==10.3.0 +more-itertools==10.5.0 # via # jaraco-classes # jaraco-functools -msgpack==1.0.8 +msgpack==1.1.0 # via cachecontrol -newrelic==9.11.0 +newrelic==9.13.0 # via edx-django-utils -nh3==0.2.17 +nh3==0.2.18 # via readme-renderer packaging==24.1 # via # pydata-sphinx-theme # sphinx -pbr==6.0.0 +pbr==6.1.0 # via stevedore pkginfo==1.10.0 # via twine @@ -165,7 +162,7 @@ proto-plus==1.24.0 # via # google-api-core # google-cloud-firestore -protobuf==4.25.3 +protobuf==5.28.2 # via # google-api-core # google-cloud-firestore @@ -174,15 +171,15 @@ protobuf==4.25.3 # proto-plus psutil==6.0.0 # via edx-django-utils -pyasn1==0.6.0 +pyasn1==0.6.1 # via # pyasn1-modules # rsa -pyasn1-modules==0.4.0 +pyasn1-modules==0.4.1 # 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 @@ -192,17 +189,15 @@ pygments==2.18.0 # readme-renderer # rich # sphinx -pyjwt[crypto]==2.8.0 +pyjwt[crypto]==2.9.0 # via firebase-admin pynacl==1.5.0 # via edx-django-utils -pyparsing==3.1.2 +pyparsing==3.1.4 # via httplib2 python-dateutil==2.9.0.post0 # via -r requirements/base.in -pytz==2024.1 - # via babel -readme-renderer==43.0 +readme-renderer==44.0 # via # -r requirements/doc.in # twine @@ -221,13 +216,15 @@ restructuredtext-lint==1.4.0 # via doc8 rfc3986==2.0.0 # via twine -rich==13.7.1 +rich==13.8.1 # via twine rsa==4.9 # via google-auth sailthru-client==2.2.3 # via -r requirements/base.in -simplejson==3.19.2 +secretstorage==3.3.3 + # via keyring +simplejson==3.19.3 # via sailthru-client six==1.16.0 # via @@ -235,50 +232,43 @@ six==1.16.0 # python-dateutil snowballstemmer==2.2.0 # via sphinx -soupsieve==2.5 +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.0 +sqlparse==0.5.1 # via django -stevedore==5.2.0 +stevedore==5.3.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 +urllib3==2.2.3 # via # requests # twine -zipp==3.19.2 - # via - # importlib-metadata - # importlib-resources +zipp==3.20.2 + # via importlib-metadata diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 30588308..84acdf9b 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.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 # -build==1.2.1 +build==1.2.2 # 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 +wheel==0.44.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..36c777e2 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.1.1 +pip==24.2 # via -r requirements/pip.in -setuptools==70.1.1 +setuptools==75.1.0 # via -r requirements/pip.in diff --git a/requirements/quality.txt b/requirements/quality.txt index a106895c..a0276365 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.3.3 # 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.4.0 # via -r requirements/quality.in isort==5.13.2 # via @@ -35,15 +31,15 @@ markupsafe==2.1.5 # via jinja2 mccabe==0.7.0 # via pylint -pbr==6.0.0 +pbr==6.1.0 # via stevedore -platformdirs==4.2.2 +platformdirs==4.3.6 # via pylint -pycodestyle==2.12.0 +pycodestyle==2.12.1 # via -r requirements/quality.in pydocstyle==6.3.0 # via -r requirements/quality.in -pylint==3.2.5 +pylint==3.3.0 # via # edx-lint # pylint-celery @@ -59,21 +55,15 @@ pylint-plugin-utils==0.8.2 # pylint-django python-slugify==8.0.4 # via code-annotations -pyyaml==6.0.1 +pyyaml==6.0.2 # via code-annotations six==1.16.0 # via edx-lint snowballstemmer==2.2.0 # via pydocstyle -stevedore==5.2.0 +stevedore==5.3.0 # via code-annotations text-unidecode==1.3 # via python-slugify -tomli==2.0.1 - # via pylint -tomlkit==0.12.5 +tomlkit==0.13.2 # via pylint -typing-extensions==4.12.2 - # via - # astroid - # pylint diff --git a/requirements/test.txt b/requirements/test.txt index 3bebf051..296217f6 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,27 +1,22 @@ # -# 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 -attrs==23.2.0 +attrs==24.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.5.0 # via google-auth -certifi==2024.6.2 +certifi==2024.8.30 # via requests -cffi==1.16.0 +cffi==1.17.1 # via # cryptography # pynacl @@ -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.1 # via pytest-cov -cryptography==42.0.8 +cryptography==43.0.1 # via pyjwt ddt==1.7.2 # via -r requirements/test.in @@ -48,24 +43,20 @@ django-push-notifications==3.1.0 # via -r requirements/base.in django-waffle==4.1.0 # via edx-django-utils -edx-django-utils==5.14.2 +edx-django-utils==5.15.0 # 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 +google-api-core[grpc]==2.20.0 # via # firebase-admin # google-api-python-client # google-cloud-core # google-cloud-firestore # google-cloud-storage -google-api-python-client==2.135.0 +google-api-python-client==2.146.0 # via firebase-admin -google-auth==2.30.0 +google-auth==2.35.0 # via # google-api-core # google-api-python-client @@ -79,51 +70,47 @@ google-cloud-core==2.4.1 # via # google-cloud-firestore # google-cloud-storage -google-cloud-firestore==2.16.1 +google-cloud-firestore==2.18.0 # via firebase-admin -google-cloud-storage==2.17.0 +google-cloud-storage==2.18.2 # via firebase-admin -google-crc32c==1.5.0 +google-crc32c==1.6.0 # via # google-cloud-storage # google-resumable-media -google-resumable-media==2.7.1 +google-resumable-media==2.7.2 # via google-cloud-storage -googleapis-common-protos==1.63.2 +googleapis-common-protos==1.65.0 # via # google-api-core # grpcio-status -grpcio==1.64.1 +grpcio==1.66.1 # via # google-api-core # grpcio-status -grpcio-status==1.62.2 +grpcio-status==1.66.1 # via google-api-core httplib2==0.22.0 # via # google-api-python-client # google-auth-httplib2 -hypothesis[pytz]==6.104.2 +hypothesis[pytz]==6.112.1 # via # -r requirements/test.in # hypothesis-pytest hypothesis-pytest==0.19.0 # via -r requirements/test.in -idna==3.7 +idna==3.10 # 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 # via pudb mock==5.1.0 # via -r requirements/test.in -msgpack==1.0.8 +msgpack==1.1.0 # via cachecontrol -newrelic==9.11.0 +newrelic==9.13.0 # via edx-django-utils packaging==24.1 # via @@ -131,7 +118,7 @@ packaging==24.1 # pytest parso==0.8.4 # via jedi -pbr==6.0.0 +pbr==6.1.0 # via stevedore pluggy==1.5.0 # via pytest @@ -139,7 +126,7 @@ proto-plus==1.24.0 # via # google-api-core # google-cloud-firestore -protobuf==4.25.3 +protobuf==5.28.2 # via # google-api-core # google-cloud-firestore @@ -148,25 +135,25 @@ 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 +pyasn1==0.6.1 # via # pyasn1-modules # rsa -pyasn1-modules==0.4.0 +pyasn1-modules==0.4.1 # via google-auth pycparser==2.22 # via cffi pygments==2.18.0 # via pudb -pyjwt[crypto]==2.8.0 +pyjwt[crypto]==2.9.0 # via firebase-admin pynacl==1.5.0 # via edx-django-utils -pyparsing==3.1.2 +pyparsing==3.1.4 # via httplib2 -pytest==8.2.2 +pytest==8.3.3 # via # hypothesis-pytest # pytest-cov @@ -174,13 +161,13 @@ pytest==8.2.2 # pytest-randomly pytest-cov==5.0.0 # via -r requirements/test.in -pytest-django==4.8.0 +pytest-django==4.9.0 # via -r requirements/test.in pytest-randomly==3.15.0 # via -r requirements/test.in python-dateutil==2.9.0.post0 # via -r requirements/base.in -pytz==2024.1 +pytz==2024.2 # via hypothesis requests==2.32.3 # via @@ -192,7 +179,7 @@ rsa==4.9 # via google-auth sailthru-client==2.2.3 # via -r requirements/base.in -simplejson==3.19.2 +simplejson==3.19.3 # via sailthru-client six==1.16.0 # via @@ -200,31 +187,23 @@ 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 +stevedore==5.3.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 +urllib3==2.2.3 # via requests -urwid==2.6.14 +urwid==2.6.15 # via # pudb # urwid-readline -urwid-readline==0.14 +urwid-readline==0.15.1 # via pudb wcwidth==0.2.13 # via urwid -zipp==3.19.2 - # via importlib-metadata