From 11726674b7af253d2d6e48c9c82efda1eeb90d61 Mon Sep 17 00:00:00 2001 From: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:48:49 -0500 Subject: [PATCH] chore: Upgrade Python requirements (#2640) --- requirements/all.txt | 24 ++++++++++++------------ requirements/base.txt | 16 ++++++++-------- requirements/dev.txt | 20 ++++++++++---------- requirements/production.txt | 20 ++++++++++---------- requirements/test.txt | 20 ++++++++++---------- requirements/translations.txt | 2 +- 6 files changed, 51 insertions(+), 51 deletions(-) diff --git a/requirements/all.txt b/requirements/all.txt index 92f8b8504..e2f821476 100644 --- a/requirements/all.txt +++ b/requirements/all.txt @@ -33,11 +33,11 @@ bleach==6.2.0 # via # -r requirements/dev.txt # -r requirements/production.txt -boto3==1.35.59 +boto3==1.35.64 # via # -r requirements/production.txt # django-ses -botocore==1.35.59 +botocore==1.35.64 # via # -r requirements/production.txt # boto3 @@ -86,7 +86,7 @@ click-log==0.4.0 # via # -r requirements/dev.txt # edx-lint -code-annotations==1.8.0 +code-annotations==1.8.1 # via # -r requirements/dev.txt # -r requirements/production.txt @@ -107,7 +107,7 @@ coreschema==0.0.4 # -r requirements/dev.txt # -r requirements/production.txt # coreapi -coverage==7.6.4 +coverage==7.6.7 # via -r requirements/dev.txt cryptography==43.0.3 # via @@ -238,7 +238,7 @@ django-stubs-ext==5.1.1 # via # -r requirements/dev.txt # django-stubs -django-waffle==4.1.0 +django-waffle==4.2.0 # via # -r requirements/dev.txt # -r requirements/production.txt @@ -346,7 +346,7 @@ edx-toggles==5.2.0 # edx-event-bus-redis factory-boy==3.3.1 # via -r requirements/dev.txt -faker==32.1.0 +faker==33.0.0 # via # -r requirements/dev.txt # factory-boy @@ -380,7 +380,7 @@ google-api-core[grpc]==2.23.0 # google-cloud-core # google-cloud-firestore # google-cloud-storage -google-api-python-client==2.152.0 +google-api-python-client==2.153.0 # via # -r requirements/dev.txt # -r requirements/production.txt @@ -437,13 +437,13 @@ greenlet==3.1.1 # via # -r requirements/production.txt # gevent -grpcio==1.67.1 +grpcio==1.68.0 # via # -r requirements/dev.txt # -r requirements/production.txt # google-api-core # grpcio-status -grpcio-status==1.67.1 +grpcio-status==1.68.0 # via # -r requirements/dev.txt # -r requirements/production.txt @@ -528,7 +528,7 @@ mysqlclient==2.2.6 # via # -r requirements/dev.txt # -r requirements/production.txt -newrelic==10.2.0 +newrelic==10.3.0 # via # -r requirements/dev.txt # -r requirements/production.txt @@ -641,7 +641,7 @@ pygments==2.18.0 # via # -r requirements/dev.txt # -r requirements/production.txt -pyjwt[crypto]==2.9.0 +pyjwt[crypto]==2.10.0 # via # -r requirements/dev.txt # -r requirements/production.txt @@ -820,7 +820,7 @@ social-auth-core==4.5.4 # -r requirements/production.txt # edx-auth-backends # social-auth-app-django -sqlparse==0.5.1 +sqlparse==0.5.2 # via # -r requirements/dev.txt # -r requirements/production.txt diff --git a/requirements/base.txt b/requirements/base.txt index 492cd1119..97bf7b8d9 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -32,7 +32,7 @@ click==8.1.7 # via # code-annotations # edx-django-utils -code-annotations==1.8.0 +code-annotations==1.8.1 # via edx-toggles coreapi==2.3.3 # via @@ -111,7 +111,7 @@ django-statici18n==2.5.0 # via -r requirements/base.in django-storages==1.14.4 # via -r requirements/base.in -django-waffle==4.1.0 +django-waffle==4.2.0 # via # -r requirements/base.in # edx-django-utils @@ -189,7 +189,7 @@ google-api-core[grpc]==2.23.0 # google-cloud-core # google-cloud-firestore # google-cloud-storage -google-api-python-client==2.152.0 +google-api-python-client==2.153.0 # via firebase-admin google-auth==2.36.0 # via @@ -219,11 +219,11 @@ googleapis-common-protos==1.66.0 # via # google-api-core # grpcio-status -grpcio==1.67.1 +grpcio==1.68.0 # via # google-api-core # grpcio-status -grpcio-status==1.67.1 +grpcio-status==1.68.0 # via google-api-core httplib2==0.22.0 # via @@ -252,7 +252,7 @@ msgpack==1.1.0 # via cachecontrol mysqlclient==2.2.6 # via -r requirements/base.in -newrelic==10.2.0 +newrelic==10.3.0 # via # -r requirements/base.in # edx-django-utils @@ -302,7 +302,7 @@ pycparser==2.22 # via cffi pygments==2.18.0 # via -r requirements/base.in -pyjwt[crypto]==2.9.0 +pyjwt[crypto]==2.10.0 # via # drf-jwt # edx-auth-backends @@ -385,7 +385,7 @@ social-auth-core==4.5.4 # via # edx-auth-backends # social-auth-app-django -sqlparse==0.5.1 +sqlparse==0.5.2 # via django stevedore==5.3.0 # via diff --git a/requirements/dev.txt b/requirements/dev.txt index 6eada64ba..f67e452b1 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -66,7 +66,7 @@ click-log==0.4.0 # via # -r requirements/test.txt # edx-lint -code-annotations==1.8.0 +code-annotations==1.8.1 # via # -r requirements/test.txt # edx-lint @@ -84,7 +84,7 @@ coreschema==0.0.4 # via # -r requirements/test.txt # coreapi -coverage==7.6.4 +coverage==7.6.7 # via -r requirements/test.txt cryptography==43.0.3 # via @@ -182,7 +182,7 @@ django-stubs==5.1.1 # via -r requirements/dev.in django-stubs-ext==5.1.1 # via django-stubs -django-waffle==4.1.0 +django-waffle==4.2.0 # via # -r requirements/test.txt # edx-django-utils @@ -260,7 +260,7 @@ edx-toggles==5.2.0 # edx-event-bus-redis factory-boy==3.3.1 # via -r requirements/test.txt -faker==32.1.0 +faker==33.0.0 # via # -r requirements/test.txt # factory-boy @@ -287,7 +287,7 @@ google-api-core[grpc]==2.23.0 # google-cloud-core # google-cloud-firestore # google-cloud-storage -google-api-python-client==2.152.0 +google-api-python-client==2.153.0 # via # -r requirements/test.txt # firebase-admin @@ -331,12 +331,12 @@ googleapis-common-protos==1.66.0 # -r requirements/test.txt # google-api-core # grpcio-status -grpcio==1.67.1 +grpcio==1.68.0 # via # -r requirements/test.txt # google-api-core # grpcio-status -grpcio-status==1.67.1 +grpcio-status==1.68.0 # via # -r requirements/test.txt # google-api-core @@ -401,7 +401,7 @@ mypy-extensions==1.0.0 # mypy mysqlclient==2.2.6 # via -r requirements/test.txt -newrelic==10.2.0 +newrelic==10.3.0 # via # -r requirements/test.txt # edx-django-utils @@ -491,7 +491,7 @@ pycparser==2.22 # cffi pygments==2.18.0 # via -r requirements/test.txt -pyjwt[crypto]==2.9.0 +pyjwt[crypto]==2.10.0 # via # -r requirements/test.txt # drf-jwt @@ -638,7 +638,7 @@ social-auth-core==4.5.4 # -r requirements/test.txt # edx-auth-backends # social-auth-app-django -sqlparse==0.5.1 +sqlparse==0.5.2 # via # -r requirements/test.txt # django diff --git a/requirements/production.txt b/requirements/production.txt index e86913aa0..eb37bef37 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -20,9 +20,9 @@ backoff==2.2.1 # segment-analytics-python bleach==6.2.0 # via -r requirements/base.txt -boto3==1.35.59 +boto3==1.35.64 # via django-ses -botocore==1.35.59 +botocore==1.35.64 # via # boto3 # s3transfer @@ -52,7 +52,7 @@ click==8.1.7 # -r requirements/base.txt # code-annotations # edx-django-utils -code-annotations==1.8.0 +code-annotations==1.8.1 # via # -r requirements/base.txt # edx-toggles @@ -145,7 +145,7 @@ django-statici18n==2.5.0 # via -r requirements/base.txt django-storages==1.14.4 # via -r requirements/base.txt -django-waffle==4.1.0 +django-waffle==4.2.0 # via # -r requirements/base.txt # edx-django-utils @@ -238,7 +238,7 @@ google-api-core[grpc]==2.23.0 # google-cloud-core # google-cloud-firestore # google-cloud-storage -google-api-python-client==2.152.0 +google-api-python-client==2.153.0 # via # -r requirements/base.txt # firebase-admin @@ -284,12 +284,12 @@ googleapis-common-protos==1.66.0 # grpcio-status greenlet==3.1.1 # via gevent -grpcio==1.67.1 +grpcio==1.68.0 # via # -r requirements/base.txt # google-api-core # grpcio-status -grpcio-status==1.67.1 +grpcio-status==1.68.0 # via # -r requirements/base.txt # google-api-core @@ -339,7 +339,7 @@ msgpack==1.1.0 # cachecontrol mysqlclient==2.2.6 # via -r requirements/base.txt -newrelic==10.2.0 +newrelic==10.3.0 # via # -r requirements/base.txt # -r requirements/production.in @@ -413,7 +413,7 @@ pycparser==2.22 # cffi pygments==2.18.0 # via -r requirements/base.txt -pyjwt[crypto]==2.9.0 +pyjwt[crypto]==2.10.0 # via # -r requirements/base.txt # drf-jwt @@ -526,7 +526,7 @@ social-auth-core==4.5.4 # -r requirements/base.txt # edx-auth-backends # social-auth-app-django -sqlparse==0.5.1 +sqlparse==0.5.2 # via # -r requirements/base.txt # django diff --git a/requirements/test.txt b/requirements/test.txt index 59300225f..183dc1428 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -60,7 +60,7 @@ click==8.1.7 # edx-lint click-log==0.4.0 # via edx-lint -code-annotations==1.8.0 +code-annotations==1.8.1 # via # -r requirements/base.txt # -r requirements/test.in @@ -77,7 +77,7 @@ coreschema==0.0.4 # via # -r requirements/base.txt # coreapi -coverage==7.6.4 +coverage==7.6.7 # via -r requirements/test.in cryptography==43.0.3 # via @@ -161,7 +161,7 @@ django-statici18n==2.5.0 # via -r requirements/base.txt django-storages==1.14.4 # via -r requirements/base.txt -django-waffle==4.1.0 +django-waffle==4.2.0 # via # -r requirements/base.txt # edx-django-utils @@ -238,7 +238,7 @@ edx-toggles==5.2.0 # edx-event-bus-redis factory-boy==3.3.1 # via -r requirements/test.in -faker==32.1.0 +faker==33.0.0 # via factory-boy fastavro==1.9.7 # via @@ -262,7 +262,7 @@ google-api-core[grpc]==2.23.0 # google-cloud-core # google-cloud-firestore # google-cloud-storage -google-api-python-client==2.152.0 +google-api-python-client==2.153.0 # via # -r requirements/base.txt # firebase-admin @@ -306,12 +306,12 @@ googleapis-common-protos==1.66.0 # -r requirements/base.txt # google-api-core # grpcio-status -grpcio==1.67.1 +grpcio==1.68.0 # via # -r requirements/base.txt # google-api-core # grpcio-status -grpcio-status==1.67.1 +grpcio-status==1.68.0 # via # -r requirements/base.txt # google-api-core @@ -367,7 +367,7 @@ mypy-extensions==1.0.0 # via black mysqlclient==2.2.6 # via -r requirements/base.txt -newrelic==10.2.0 +newrelic==10.3.0 # via # -r requirements/base.txt # edx-django-utils @@ -453,7 +453,7 @@ pycparser==2.22 # cffi pygments==2.18.0 # via -r requirements/base.txt -pyjwt[crypto]==2.9.0 +pyjwt[crypto]==2.10.0 # via # -r requirements/base.txt # drf-jwt @@ -590,7 +590,7 @@ social-auth-core==4.5.4 # -r requirements/base.txt # edx-auth-backends # social-auth-app-django -sqlparse==0.5.1 +sqlparse==0.5.2 # via # -r requirements/base.txt # django diff --git a/requirements/translations.txt b/requirements/translations.txt index 197e623c7..57bd527c9 100644 --- a/requirements/translations.txt +++ b/requirements/translations.txt @@ -22,5 +22,5 @@ polib==1.2.0 # via edx-i18n-tools pyyaml==6.0.2 # via edx-i18n-tools -sqlparse==0.5.1 +sqlparse==0.5.2 # via django