From 6d12ed242cbbf55853c6efd4654ef084264558a1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 Aug 2025 19:30:32 +0000 Subject: [PATCH] chore(deps): update dependency boto3 to v1.40.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66a600a..e226d50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "asgiref==3.9.1", - "boto3==1.39.3", + "boto3==1.40.8", "botocore==1.39.3", "certifi==2025.6.15", "charset-normalizer==3.4.2",