From 3ca95f79dfb5baad979a420d90d4b4496cfe6ea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:30:41 +0000 Subject: [PATCH] build(deps): update fsspec[abfs,dask,gcs,git,github,http,s3,smb] requirement Updates the requirements on [fsspec[abfs,dask,gcs,git,github,http,s3,smb]](https://github.com/fsspec/filesystem_spec) to permit the latest version. - [Commits](https://github.com/fsspec/filesystem_spec/compare/0.0.1...2024.9.0) --- updated-dependencies: - dependency-name: fsspec[abfs,dask,gcs,git,github,http,s3,smb] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59c758b..08063aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ develop = [ "validate-pyproject<0.19", ] fileio = [ - "fsspec[abfs,dask,gcs,git,github,http,s3,smb]<2024.7", + "fsspec[abfs,dask,gcs,git,github,http,s3,smb]<2024.10", "pathlibfs<0.6", "python-magic<0.5", "yarl<1.10",