Skip to content

Commit eb0e518

Browse files
Update universal-pathlib requirement from <0.3.0,>=0.2 to >=0.2,<0.4.0
Updates the requirements on [universal-pathlib](https://github.com/fsspec/universal_pathlib) to permit the latest version. - [Release notes](https://github.com/fsspec/universal_pathlib/releases) - [Changelog](https://github.com/fsspec/universal_pathlib/blob/main/CHANGELOG.md) - [Commits](fsspec/universal_pathlib@v0.2.0...v0.3.4) --- updated-dependencies: - dependency-name: universal-pathlib dependency-version: 0.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8917d07 commit eb0e518

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
@@ -27,7 +27,7 @@ dependencies = [
2727
"fsspec>=2025.7.0",
2828

2929
# NOTE: package PINNED at <0.3.0, see https://github.com/astronomy-commons/lsdb/issues/1047
30-
"universal_pathlib>=0.2,<0.3.0",
30+
"universal_pathlib>=0.2,<0.4.0",
3131
]
3232

3333
[project.urls]

0 commit comments

Comments
 (0)