From c187d29e74ab13a1aa1a475a737472c0d6ef45d4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 Aug 2025 19:35:37 +0000 Subject: [PATCH] chore(deps): update dependency botocore to v1.40.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66a600a..635176d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.11" dependencies = [ "asgiref==3.9.1", "boto3==1.39.3", - "botocore==1.39.3", + "botocore==1.40.2", "certifi==2025.6.15", "charset-normalizer==3.4.2", "click==8.2.1",