From 5660f045784536bd16ad6be91fdbf9070d444a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:55:54 -0500 Subject: [PATCH] Update boto3 requirement from ~=1.34.11 to ~=1.34.54 (#6) 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.34.11...1.34.54) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c1b7765..446170b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -boto3~=1.34.11 \ No newline at end of file +boto3~=1.34.54 \ No newline at end of file