From 8ed7dad89e872849ae127bd448670dd843fea42e Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sun, 29 Oct 2023 20:21:39 -0400 Subject: [PATCH] chore: Updating Python Requirements --- requirements/base.txt | 10 +++++----- requirements/testing.txt | 16 ++++++++-------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 5f8448ff..defd3209 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.73 # via -r requirements/base.in -botocore==1.31.68 +botocore==1.31.73 # via # boto3 # s3transfer -cachetools==5.3.1 +cachetools==5.3.2 # via google-auth certifi==2023.7.22 # via @@ -41,7 +41,7 @@ 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 @@ -57,7 +57,7 @@ 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 # via edx-rest-api-client diff --git a/requirements/testing.txt b/requirements/testing.txt index 441bcd9f..adef296b 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.73 # via moto -botocore==1.31.68 +botocore==1.31.73 # via # boto3 # moto @@ -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 @@ -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