From 816f7b01dcc0d71cb19017e6a1bd1d49d59606d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 14:11:26 +0000 Subject: [PATCH] Bump botocore from 1.27.42 to 1.27.64 Bumps [botocore](https://github.com/boto/botocore) from 1.27.42 to 1.27.64. - [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.27.64) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... 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..8997e1c 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.27.64; 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"