From 43c7393614e3ae0761474f0f9af36ee6fe28faf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:57:03 +0000 Subject: [PATCH] Bump the boto group with 2 updates Bumps the boto group with 2 updates: [boto3](https://github.com/boto/boto3) and [botocore](https://github.com/boto/botocore). Updates `boto3` from 1.35.50 to 1.35.51 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.50...1.35.51) Updates `botocore` from 1.35.50 to 1.35.51 - [Commits](https://github.com/boto/botocore/compare/1.35.50...1.35.51) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: boto - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: boto ... Signed-off-by: dependabot[bot] --- src/var/task/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/var/task/requirements.txt b/src/var/task/requirements.txt index da78ae8..c5b246f 100644 --- a/src/var/task/requirements.txt +++ b/src/var/task/requirements.txt @@ -1,4 +1,4 @@ -boto3==1.35.50 -botocore==1.35.50 +boto3==1.35.51 +botocore==1.35.51 notifications-python-client==10.0.0 slack_sdk==3.33.2