From fab03720ae4f95660a3c5b34e77df4676ea2e073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 12:50:17 +0200 Subject: [PATCH] Bump s3fs from 2024.3.1 to 2024.5.0 (#210) Bumps [s3fs](https://github.com/fsspec/s3fs) from 2024.3.1 to 2024.5.0. - [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md) - [Commits](https://github.com/fsspec/s3fs/compare/2024.3.1...2024.5.0) --- updated-dependencies: - dependency-name: s3fs dependency-type: direct:production update-type: version-update:semver-minor ... 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 da746795..f2a79c2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "duckdb==0.10.2", "fastjsonschema~=2.19.1", "python-dotenv~=1.0.0", - "s3fs==2024.3.1", + "s3fs==2024.5.0", "rdflib==7.0.0", "avro==1.11.3", "opentelemetry-exporter-otlp-proto-grpc~=1.16",