From 65d1eca77bdd8338ddfcecb6589e711f37007b26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:49:48 +0000 Subject: [PATCH 1/3] build(deps): bump pathlib-abc from 0.5.1 to 0.5.2 Bumps [pathlib-abc](https://github.com/barneygale/pathlib-abc) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/barneygale/pathlib-abc/releases) - [Changelog](https://github.com/barneygale/pathlib-abc/blob/main/CHANGES.rst) - [Commits](https://github.com/barneygale/pathlib-abc/compare/0.5.1...0.5.2) --- updated-dependencies: - dependency-name: pathlib-abc dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4634fa2..ef5a07b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ maintainers = [ requires-python = ">=3.9" dependencies = [ "fsspec >=2024.5.0", - "pathlib-abc ==0.5.1", + "pathlib-abc ==0.5.2", ] classifiers = [ "Programming Language :: Python :: 3", From a7150097bb37132f18e6b0707891de497935facc Mon Sep 17 00:00:00 2001 From: Andreas Poehlmann Date: Wed, 15 Oct 2025 23:27:44 +0200 Subject: [PATCH 2/3] Update pathlib-abc dependency version constraint --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef5a07b1..4b651930 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ maintainers = [ requires-python = ">=3.9" dependencies = [ "fsspec >=2024.5.0", - "pathlib-abc ==0.5.2", + "pathlib-abc >=0.5.2,<0.6.0", ] classifiers = [ "Programming Language :: Python :: 3", From 435c0b392ebb44ee739ac33ec2f59ee93853d827 Mon Sep 17 00:00:00 2001 From: Andreas Poehlmann Date: Thu, 16 Oct 2025 09:33:21 +0200 Subject: [PATCH 3/3] Update pathlib-abc dependency version range --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b651930..4fe8d629 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ maintainers = [ requires-python = ">=3.9" dependencies = [ "fsspec >=2024.5.0", - "pathlib-abc >=0.5.2,<0.6.0", + "pathlib-abc >=0.5.1,<0.6.0", ] classifiers = [ "Programming Language :: Python :: 3",