From b7a5e988261d9491db378ed7a4d55f39650000bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:43:03 +0000 Subject: [PATCH] Bump the aws-dependencies group with 2 updates Bumps the aws-dependencies group with 2 updates: [botocore](https://github.com/boto/botocore) and [boto3](https://github.com/boto/boto3). Updates `botocore` from 1.31.57 to 1.31.75 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.31.57...1.31.75) Updates `boto3` from 1.28.57 to 1.28.75 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.28.57...1.28.75) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-dependencies - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-dependencies ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements.txt b/src/requirements.txt index 4830d89..ab24c8f 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -6,8 +6,8 @@ retry==0.9.2 pyjwt==2.8.0 requests==2.31.0 cryptography==41.0.5 -botocore==1.31.57 -boto3==1.28.57 +botocore==1.31.75 +boto3==1.28.75 slack-sdk==3.23.0 # Deep-diff issue: https://github.com/seperman/deepdiff/issues/415 deepdiff<6.7.0