From 2f2b2aaf36d330ce8494bb96eeab17e0a4a86c26 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 00:20:34 +0000 Subject: [PATCH] fix(deps): update dependency fsspec to >=2025.7.0,<=2025.7.0 | datasource | package | from | to | | ---------- | ------- | -------- | -------- | | pypi | fsspec | 2025.3.0 | 2025.7.0 | --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0fa0f48..4152da4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ logfire = ">=3.5.3,<=3.20.0" python-ulid = "^3.0.0" coolname = "^2.2.0" pandas = "^2.2.3" -fsspec = { version = ">=2023.1.0,<=2025.3.0", extras = [ +fsspec = { version = ">=2025.7.0,<=2025.7.0", extras = [ "s3", ] } # Pinned for datasets compatibility