From 9db29e7955bfbc457ebc0b2631a716c55e83e4f2 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 00:19:56 +0000 Subject: [PATCH] fix(deps): update dependency fsspec to >=2025.9.0,<=2025.9.0 | datasource | package | from | to | | ---------- | ------- | -------- | -------- | | pypi | fsspec | 2025.3.0 | 2025.9.0 | --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3701e5c2..a6eb5533 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "python-ulid>=3.0.0,<4.0.0", "coolname>=2.2.0,<3.0.0", "pandas>=2.2.3,<3.0.0", - "fsspec[s3]>=2023.1.0,<=2025.3.0", + "fsspec[s3]>=2025.9.0,<=2025.9.0", "cyclopts>=3.22.2,<4.0.0", "rigging>=3.2.1,<4.0.0", "optuna>=4.5.0,<5.0.0",