From e32faf027de84fb6b707decadc7d2305fb98ef50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:17:03 +0000 Subject: [PATCH] chore(deps): update botocore requirement from ~=1.31.79 to ~=1.34.30 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.31.79...1.34.30) --- 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 ed082c8..3002f8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ amazon.ion>=0.7.0,<=0.9.3 # pinned per GitHub issue #164 boto3~=1.28.79 -botocore~=1.31.79 +botocore~=1.34.30 ionhash~=1.2.1 pytest~=7.4.3 pytest-cov~=4.1.0