From 518793251c1b6e0a8900d36ddd21ee448f7126fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:31:30 +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...2026.8.0) --- updated-dependencies: - dependency-name: adlfs dependency-version: 2026.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 fbfc6426..b4d7907b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] requires-python = ">=3.12,<3.15" dependencies = [ - "adlfs>=2023.9.0,<2026.6.0", + "adlfs>=2023.9.0,<2026.9.0", "fsspec>=2022.11.0,<2026.8.0", "orjson>=3.8,<3.12", "pandas>= 1.4,< 3.1",