From 361de1703fb6f1e300b197fd8cbb61123dc5b5fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 19:46:36 +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.32.3 to 1.33.5 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.32.3...1.33.5) Updates `boto3` from 1.29.3 to 1.33.5 - [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.29.3...1.33.5) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-dependencies - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor 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 bf0dbb4..b970d4b 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.7 -botocore==1.32.3 -boto3==1.29.3 +botocore==1.33.5 +boto3==1.33.5 slack-sdk==3.26.0 # Deep-diff issue: https://github.com/seperman/deepdiff/issues/415 deepdiff<6.7.0