From 974e963343e679a129bd8a1669cb72dd70249ea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 03:49:07 +0000 Subject: [PATCH] Update botocore requirement from ~=1.29.50 to ~=1.31.62 Updates the requirements on [botocore](https://github.com/boto/botocore) to permit the latest version. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.29.50...1.31.62) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd4a3c1..fc21c1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ amazon.ion~=0.9.3 boto3~=1.26.37 -botocore~=1.29.50 +botocore~=1.31.62 pyqldb>=3.1.0,<4