From 9cb18d6ce1d98908c6f03f6f714a1fb05a87bb78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 20:46:01 +0000 Subject: [PATCH] chore(deps): update boto3 requirement from ~=1.28.79 to ~=1.34.8 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.28.79...1.34.8) --- 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 ed082c8..8b7c812 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ amazon.ion>=0.7.0,<=0.9.3 # pinned per GitHub issue #164 -boto3~=1.28.79 +boto3~=1.34.8 botocore~=1.31.79 ionhash~=1.2.1 pytest~=7.4.3