From 776c4bb54b76dbbe45101dc5c86806b819147d1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:09:12 +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.10.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 417e323..3de46e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ optional-dependencies.develop = [ "validate-pyproject<0.19", ] optional-dependencies.fileio = [ - "fsspec[abfs,dask,gcs,git,github,http,s3,smb]<2024.10", + "fsspec[abfs,dask,gcs,git,github,http,s3,smb]<2024.11", "pathlibfs<0.6", "python-magic<0.5", "yarl<1.16",