From b6363fbe071b8e10baed1ab95b17faef3f7d6425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 14:03:39 +0000 Subject: [PATCH] Bump botocore from 1.27.42 to 1.29.20 Bumps [botocore](https://github.com/boto/botocore) from 1.27.42 to 1.29.20. - [Release notes](https://github.com/boto/botocore/releases) - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.27.42...1.29.20) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 291b707..302aee2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ appdirs==1.4.4; python_version >= "3.7" and python_version < "4.0" attrs==21.4.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.0" beautifulsoup4==4.11.1; python_full_version >= "3.6.0" boto3==1.24.42; python_version >= "3.7" -botocore==1.27.42; python_version >= "3.7" +botocore==1.29.20; python_version >= "3.7" bs4==0.0.1 cattrs==22.1.0; python_version >= "3.7" and python_version < "4.0" certifi==2022.6.15; python_version >= "3.7" and python_version < "4"