From d906d3ad7b8311dd6c043a9ca743bca178dcff57 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sat, 1 Mar 2025 19:14:05 -0500 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/dev.txt | 10 +++++----- requirements/django.txt | 6 +++--- requirements/doc.txt | 6 +++--- requirements/pip.txt | 2 +- requirements/test.txt | 10 +++++----- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index cbe1ecc4e..2067ad5cd 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -21,11 +21,11 @@ attrs==25.1.0 # via # -r requirements/test.txt # hypothesis -boto3==1.36.26 +boto3==1.37.4 # via # -r requirements/test.txt # fs-s3fs -botocore==1.36.26 +botocore==1.37.4 # via # -r requirements/test.txt # boto3 @@ -112,13 +112,13 @@ fs-s3fs==1.1.1 # via # -r requirements/test.txt # openedx-django-pyfs -hypothesis==6.126.0 +hypothesis==6.127.3 # via -r requirements/test.txt iniconfig==2.0.0 # via # -r requirements/test.txt # pytest -isort==6.0.0 +isort==6.0.1 # via # -r requirements/test.txt # pylint @@ -245,7 +245,7 @@ pyyaml==6.0.2 # via # -r requirements/test.txt # code-annotations -s3transfer==0.11.2 +s3transfer==0.11.3 # via # -r requirements/test.txt # boto3 diff --git a/requirements/django.txt b/requirements/django.txt index bdee839f5..27d30d30f 100644 --- a/requirements/django.txt +++ b/requirements/django.txt @@ -10,9 +10,9 @@ appdirs==1.4.4 # fs asgiref==3.8.1 # via django -boto3==1.36.26 +boto3==1.37.4 # via fs-s3fs -botocore==1.36.26 +botocore==1.37.4 # via # boto3 # s3transfer @@ -66,7 +66,7 @@ pytz==2025.1 # via -r requirements/base.txt pyyaml==6.0.2 # via -r requirements/base.txt -s3transfer==0.11.2 +s3transfer==0.11.3 # via boto3 simplejson==3.20.1 # via -r requirements/base.txt diff --git a/requirements/doc.txt b/requirements/doc.txt index c71887a24..cf5860390 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -22,11 +22,11 @@ babel==2.17.0 # sphinx beautifulsoup4==4.13.3 # via pydata-sphinx-theme -boto3==1.36.26 +boto3==1.37.4 # via # -r requirements/django.txt # fs-s3fs -botocore==1.36.26 +botocore==1.37.4 # via # -r requirements/django.txt # boto3 @@ -116,7 +116,7 @@ requests==2.32.3 # via sphinx roman-numerals-py==3.1.0 # via sphinx -s3transfer==0.11.2 +s3transfer==0.11.3 # via # -r requirements/django.txt # boto3 diff --git a/requirements/pip.txt b/requirements/pip.txt index e6c3348bf..7ac0a3ebd 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -12,5 +12,5 @@ pip==24.2 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/pip.in -setuptools==75.8.0 +setuptools==75.8.2 # via -r requirements/pip.in diff --git a/requirements/test.txt b/requirements/test.txt index b6f4b3217..f0252c314 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -19,11 +19,11 @@ astroid==3.3.8 # pylint-celery attrs==25.1.0 # via hypothesis -boto3==1.36.26 +boto3==1.37.4 # via # -r requirements/django.txt # fs-s3fs -botocore==1.36.26 +botocore==1.37.4 # via # -r requirements/django.txt # boto3 @@ -82,11 +82,11 @@ fs-s3fs==1.1.1 # via # -r requirements/django.txt # openedx-django-pyfs -hypothesis==6.126.0 +hypothesis==6.127.3 # via -r requirements/test.in iniconfig==2.0.0 # via pytest -isort==6.0.0 +isort==6.0.1 # via pylint jinja2==3.1.5 # via @@ -181,7 +181,7 @@ pyyaml==6.0.2 # via # -r requirements/django.txt # code-annotations -s3transfer==0.11.2 +s3transfer==0.11.3 # via # -r requirements/django.txt # boto3