Skip to content

Commit ca1f993

Browse files
build(deps): bump pathlib-abc from 0.5.1 to >=0.5.1,<0.6.0 (#450)
* 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](barneygale/pathlib-abc@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] <[email protected]> * Update pathlib-abc dependency version constraint * Update pathlib-abc dependency version range --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andreas Poehlmann <[email protected]>
1 parent f1f2dac commit ca1f993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ maintainers = [
1616
requires-python = ">=3.9"
1717
dependencies = [
1818
"fsspec >=2024.5.0",
19-
"pathlib-abc ==0.5.1",
19+
"pathlib-abc >=0.5.1,<0.6.0",
2020
]
2121
classifiers = [
2222
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)