From b434f3ab66ace6d6e72c52cdf8f11386d6298a0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 14:01:46 +0200 Subject: [PATCH] Update boto3 requirement from <1.34.99,>=1.34.41 to >=1.34.41,<1.34.104 (#189) 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.103) --- 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 b9153913..3ad50c90 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.41,<1.34.99", + "boto3>=1.34.41,<1.34.104", "botocore>=1.34.41,<1.34.99" ]