Skip to content

Commit

Permalink
build(deps-dev): update geojson requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [geojson](https://github.com/jazzband/geojson) to permit the latest version.
- [Changelog](https://github.com/jazzband/geojson/blob/main/CHANGELOG.rst)
- [Commits](jazzband/geojson@3.0.1...3.1.0)

---
updated-dependencies:
- dependency-name: geojson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 262ec82 commit d78f79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ docs = [
"Sphinx~=6.2",
"boto3~=1.26",
"cartopy~=0.21",
"geojson~=3.0.1",
"geojson>=3.0.1,<3.2.0",
"geopandas~=0.14.0",
"geoviews~=1.9",
"hvplot~=0.9.0",
Expand Down

0 comments on commit d78f79b

Please sign in to comment.