From d89f9651c195c6e56ebac87fc8f477662d72e271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 03:17:51 +0000 Subject: [PATCH] Update boto3 requirement from ~=1.26.37 to ~=1.28.74 Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.26.37...1.28.74) --- updated-dependencies: - dependency-name: boto3 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..5d7d4bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ amazon.ion~=0.9.3 -boto3~=1.26.37 +boto3~=1.28.74 botocore~=1.29.50 pyqldb>=3.1.0,<4