From 5c664854c687b31c15e18e39c00952d8fdaa79a4 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sun, 5 Nov 2023 19:22:17 -0500 Subject: [PATCH] chore: Updating Python Requirements --- requirements/base.txt | 20 ++++++++++---------- requirements/pip-tools.txt | 2 +- requirements/pip.txt | 2 +- requirements/testing.txt | 20 ++++++++++---------- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 5f8448ff..d67b1a63 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -14,13 +14,13 @@ backoff==2.2.1 # via -r requirements/base.in beautifulsoup4==4.12.2 # via cloudflare -boto3==1.28.68 +boto3==1.28.78 # via -r requirements/base.in -botocore==1.31.68 +botocore==1.31.78 # via # boto3 # s3transfer -cachetools==5.3.1 +cachetools==5.3.2 # via google-auth certifi==2023.7.22 # via @@ -30,7 +30,7 @@ cffi==1.16.0 # via # cryptography # pynacl -charset-normalizer==3.3.1 +charset-normalizer==3.3.2 # via requests click==8.1.7 # via @@ -41,13 +41,13 @@ click-log==0.4.0 # via -r requirements/base.in cloudflare==2.12.4 # via -r requirements/base.in -cryptography==41.0.4 +cryptography==41.0.5 # via # pyjwt # simple-salesforce deprecated==1.2.14 # via pygithub -django==3.2.22 +django==3.2.23 # via # -c requirements/constraints.txt # django-crum @@ -57,9 +57,9 @@ django-crum==0.7.9 # via edx-django-utils django-waffle==4.0.0 # via edx-django-utils -easydict==1.10 +easydict==1.11 # via yagocd -edx-django-utils==5.7.0 +edx-django-utils==5.8.0 # via edx-rest-api-client edx-opaque-keys==2.5.1 # via -r requirements/base.in @@ -77,7 +77,7 @@ google-api-python-client==1.12.11 # via # -c requirements/constraints.txt # -r requirements/base.in -google-auth==2.23.3 +google-auth==2.23.4 # via # google-api-core # google-api-python-client @@ -125,7 +125,7 @@ pendulum==2.1.2 # via simple-salesforce platformdirs==3.11.0 # via zeep -protobuf==4.24.4 +protobuf==4.25.0 # via # google-api-core # googleapis-common-protos diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 50d35f22..ea347319 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -21,7 +21,7 @@ tomli==2.0.1 # build # pip-tools # pyproject-hooks -wheel==0.41.2 +wheel==0.41.3 # via pip-tools zipp==3.17.0 # via importlib-metadata diff --git a/requirements/pip.txt b/requirements/pip.txt index 2086b008..410ffde1 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,7 +4,7 @@ # # make upgrade # -wheel==0.41.2 +wheel==0.41.3 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/testing.txt b/requirements/testing.txt index 441bcd9f..9df2fc2a 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -9,9 +9,9 @@ astroid==3.0.1 # -r requirements/testing.in # pylint # pylint-celery -boto3==1.28.68 +boto3==1.28.78 # via moto -botocore==1.31.68 +botocore==1.31.78 # via # boto3 # moto @@ -20,7 +20,7 @@ certifi==2023.7.22 # via requests cffi==1.16.0 # via cryptography -charset-normalizer==3.3.1 +charset-normalizer==3.3.2 # via requests click==8.1.7 # via @@ -35,13 +35,13 @@ coverage[toml]==7.3.2 # via # coverage # pytest-cov -cryptography==41.0.4 +cryptography==41.0.5 # via moto ddt==1.6.0 # via -r requirements/testing.in dill==0.3.7 # via pylint -edx-lint==5.3.4 +edx-lint==5.3.6 # via -r requirements/testing.in exceptiongroup==1.1.3 # via pytest @@ -71,7 +71,7 @@ mccabe==0.7.0 # via pylint mock==5.1.0 # via -r requirements/testing.in -moto==4.2.6 +moto==4.2.7 # via -r requirements/testing.in packaging==23.2 # via pytest @@ -99,13 +99,13 @@ pylint==3.0.2 # pytest-pylint pylint-celery==0.3 # via edx-lint -pylint-django==2.5.4 +pylint-django==2.5.5 # via edx-lint pylint-plugin-utils==0.8.2 # via # pylint-celery # pylint-django -pytest==7.4.2 +pytest==7.4.3 # via # -r requirements/testing.in # pytest-cov @@ -157,7 +157,7 @@ tomli==2.0.1 # pylint # pytest # pytest-pylint -tomlkit==0.12.1 +tomlkit==0.12.2 # via pylint typing-extensions==4.8.0 # via @@ -168,7 +168,7 @@ urllib3==1.26.18 # botocore # requests # responses -werkzeug==3.0.0 +werkzeug==3.0.1 # via moto wrapt==1.15.0 # via -r requirements/testing.in