From b2b32191a4ac6c0142a4fe948833cf6214b8e5d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 12:50:28 +0200 Subject: [PATCH] Update botocore requirement (#224) 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.34.41...1.34.113) --- updated-dependencies: - dependency-name: botocore 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 f2a79c2c..b59e98f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "opentelemetry-exporter-otlp-proto-http~=1.16", "deltalake~=0.17.0", "boto3>=1.34.41,<1.34.99", - "botocore>=1.34.41,<1.34.99", + "botocore>=1.34.41,<1.34.114", "jinja_partials >= 0.2.1" ]