From 17a4dc0764507ff060022c8f472724d11e1fbaf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 16:08:45 +0000 Subject: [PATCH] chore(deps): bump boto3 from 1.26.33 to 1.26.34 Bumps [boto3](https://github.com/boto/boto3) from 1.26.33 to 1.26.34. - [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.26.33...1.26.34) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index f12f48d..fe5b91a 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ requests==2.28.1 -boto3==1.26.33 +boto3==1.26.34 prettytable==3.5.0 botocore==1.29.33