From ee12425e0014fd89b64bff5ae0eb4483aa9eaaab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 03:24:47 +0000 Subject: [PATCH] Update botocore requirement from ~=1.29.50 to ~=1.31.69 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.69) --- 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..89e3325 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.69 pyqldb>=3.1.0,<4