From faa98e61e42c51a7f629463da60bb916f40c4b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Wirtel?= Date: Wed, 10 Jun 2026 14:42:00 +0200 Subject: [PATCH] chore(deps): upgrade boto3 and AWS SDK --- requirements/main.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/main.txt b/requirements/main.txt index ab3904b..67e6ad7 100644 --- a/requirements/main.txt +++ b/requirements/main.txt @@ -10,9 +10,9 @@ babel==2.18.0 # via delorean beautifulsoup4==4.14.3 # via wagtail -boto3==1.42.97 +boto3==1.43.26 # via -r requirements/main.in -botocore==1.42.97 +botocore==1.43.26 # via # boto3 # s3transfer @@ -151,7 +151,7 @@ requests==2.33.1 # wagtail rjsmin==1.2.5 # via django-compressor -s3transfer==0.16.1 +s3transfer==0.18.0 # via boto3 six==1.17.0 # via python-dateutil