From da1485fcdea5a0f281422d0cc46f4d923fb23074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 03:15:14 +0000 Subject: [PATCH] Update amazon-ion requirement from ~=0.9.3 to ~=0.11.2 Updates the requirements on [amazon-ion](https://github.com/amazon-ion/ion-python) to permit the latest version. - [Release notes](https://github.com/amazon-ion/ion-python/releases) - [Changelog](https://github.com/amazon-ion/ion-python/blob/master/CHANGES.md) - [Commits](https://github.com/amazon-ion/ion-python/compare/v0.9.3...v0.11.2) --- updated-dependencies: - dependency-name: amazon-ion 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..c57cf33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -amazon.ion~=0.9.3 +amazon.ion~=0.11.2 boto3~=1.26.37 botocore~=1.29.50 pyqldb>=3.1.0,<4