From f371927d7ce8302c98fb6ab715c99e710b2f1df5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:33:35 +0000 Subject: [PATCH] Chore(deps): Bump fsspec[gcs,github,http,s3] from 2024.6.0 to 2024.6.1 Bumps [fsspec[gcs,github,http,s3]](https://github.com/fsspec/filesystem_spec) from 2024.6.0 to 2024.6.1. - [Commits](https://github.com/fsspec/filesystem_spec/compare/2024.6.0...2024.6.1) --- updated-dependencies: - dependency-name: fsspec[gcs,github,http,s3] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5dec56..5aab0fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ dependencies = [ "crash", "ddlgenerator<0.2", "frictionless[excel,json,ods,parquet,sql]<5.6", - "fsspec[gcs,github,http,s3]==2024.6.0", + "fsspec[gcs,github,http,s3]==2024.6.1", "json_stream<3", "line-protocol-parser<2", "numpy<2",