From 104e93df6a3c310e352a8eaf58cc93a4fefce5c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 01:08:50 +0000 Subject: [PATCH] Bump boto3 from 1.35.11 to 1.35.90 Bumps [boto3](https://github.com/boto/boto3) from 1.35.11 to 1.35.90. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.11...1.35.90) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 619bf32..e7a3a15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [ "asttokens==2.4.1", - "boto3==1.35.11", + "boto3==1.35.90", "botocore==1.35.11", "datadog>=0.50.2", "decorator==5.1.1",