From 7dfd505571535bf92a426a2c3bb1800b2333fc39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:09:44 +0530 Subject: [PATCH] Bump botocore from 1.31.40 to 1.31.44 (#312) Bumps [botocore](https://github.com/boto/botocore) from 1.31.40 to 1.31.44. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.31.40...1.31.44) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 374a21b6..917df4f6 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -49,7 +49,7 @@ googleapis-common-protos==1.59.1 # s3 boto3==1.28.39 -botocore==1.31.40 +botocore==1.31.44 # For testing framework nltk==3.8.1