From d600907803d9fc0e8ea5bd0125aa770a223b4c6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 08:29:25 +0000 Subject: [PATCH] build(deps-dev): 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.3.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 c346b53..d03047a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ develop = [ "validate-pyproject<0.17", ] fileio = [ - "fsspec[abfs,dask,gcs,git,github,http,s3,smb]<2024.3", + "fsspec[abfs,dask,gcs,git,github,http,s3,smb]<2024.4", "pathlibfs<0.6", "python-magic<0.5", "yarl<1.10",