From 197e6a1c0e297ce0f04a2301e371d3cd7fa9c6d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 15:49:00 +0200 Subject: [PATCH] Update boto3 requirement from <1.34.99,>=1.34.41 to >=1.34.41,<1.34.114 (#225) 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.113) --- 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 377e1086..15b88fea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "opentelemetry-exporter-otlp-proto-grpc~=1.16", "opentelemetry-exporter-otlp-proto-http~=1.16", "deltalake~=0.17.0", - "boto3>=1.34.41,<1.34.99", + "boto3>=1.34.41,<1.34.114", "botocore>=1.34.41,<1.34.114", "jinja_partials >= 0.2.1" ]