From e9f6edc0807e5eb99f0341611a2e1befcdc5aad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 12:11:52 +0000 Subject: [PATCH] build(deps): bump pathlib-abc from 0.5.0 to 0.5.1 Bumps [pathlib-abc](https://github.com/barneygale/pathlib-abc) from 0.5.0 to 0.5.1. - [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.0...0.5.1) --- updated-dependencies: - dependency-name: pathlib-abc dependency-version: 0.5.1 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 abe1fe8c..3a67d1c4 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.0", + "pathlib-abc ==0.5.1", ] classifiers = [ "Programming Language :: Python :: 3",