From e64103df8464f652b2a8d1bf73165ca41a18ac32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 14:44:21 +0200 Subject: [PATCH] Update boto3 requirement from <1.34.70,>=1.34.41 to >=1.34.41,<1.34.99 (#174) 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.41...1.34.98) --- 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> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9ea8ad0..a1975de8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "opentelemetry-exporter-otlp-proto-grpc~=1.16.0", "opentelemetry-exporter-otlp-proto-http~=1.16.0", "deltalake~=0.17.0", - "boto3<1.34.70,>=1.34.41", + "boto3>=1.34.41,<1.34.99", "botocore<1.34.70,>=1.34.41" ]