Skip to content

Commit 58c6c88

Browse files
Update pooch requirement from <=v1.8.2 to <=1.9.0
Updates the requirements on [pooch](https://github.com/fatiando/pooch) to permit the latest version. - [Release notes](https://github.com/fatiando/pooch/releases) - [Changelog](https://github.com/fatiando/pooch/blob/main/doc/changes.rst) - [Commits](fatiando/pooch@v0.1...v1.9.0) --- updated-dependencies: - dependency-name: pooch dependency-version: 1.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f72d4c commit 58c6c88

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
@@ -32,7 +32,7 @@ classifiers = [
3232
dependencies = [
3333
"numpy <= 2.4.2",
3434
"lxml <= 6.0.2",
35-
"pooch <= v1.8.2",
35+
"pooch <=1.9.0",
3636
"importlib-resources; python_version <= '3.8'",
3737
"importlib-metadata; python_version <= '3.8'"
3838
]

0 commit comments

Comments
 (0)