From 7ebddc44fa43796906ce75c919f4190311a5584a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 14:05:08 +0000 Subject: [PATCH] Bump botocore from 1.27.42 to 1.29.41 Bumps [botocore](https://github.com/boto/botocore) from 1.27.42 to 1.29.41. - [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.41) --- 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..5e19500 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.41; 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"