From 88f65195d8466af05bc1d1ce902b9a976b6e6bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 05:42:22 +0200 Subject: [PATCH] Bump s3fs from 2024.5.0 to 2024.6.0 (#251) Bumps [s3fs](https://github.com/fsspec/s3fs) from 2024.5.0 to 2024.6.0. - [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md) - [Commits](https://github.com/fsspec/s3fs/compare/2024.5.0...2024.6.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 efcfe27a..d478650e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ postgres = [ ] s3 = [ - "s3fs==2024.5.0" + "s3fs==2024.6.0" ] snowflake = [