From 262fcffd973083042c6227617944db8d7e013da7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 00:10:10 +0000 Subject: [PATCH] Update adlfs requirement Updates the requirements on [adlfs](https://github.com/fsspec/adlfs) to permit the latest version. - [Release notes](https://github.com/fsspec/adlfs/releases) - [Changelog](https://github.com/fsspec/adlfs/blob/main/CHANGELOG.md) - [Commits](https://github.com/fsspec/adlfs/compare/2023.9.0...2025.8.0) --- updated-dependencies: - dependency-name: adlfs dependency-version: 2025.8.0 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 9b12d6bb7..184b56bfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ ] requires-python = ">=3.10,<3.14" dependencies = [ - "adlfs>=2023.9.0,<2024.13.0", + "adlfs>=2023.9.0,<2025.9.0", "fsspec>=2022.11.0,<2025.8.0", "orjson>=3.8,<3.12", "pandas>= 1.4,< 2.4",