Skip to content

Commit

Permalink
deps: update geodatasets requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [geodatasets](https://github.com/geopandas/geodatasets) to permit the latest version.

Updates `geodatasets` to 2024.7.0
- [Release notes](https://github.com/geopandas/geodatasets/releases)
- [Commits](geopandas/geodatasets@2023.12.0...2024.7.0)

---
updated-dependencies:
- dependency-name: geodatasets
  dependency-type: direct:production
  dependency-group: major-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and stdavis committed Aug 15, 2024
1 parent de8a270 commit 630f07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
install_requires=[
"arcgis==2.3.*",
"geopandas>=0.14,<1.1",
"geodatasets==2023.12.*",
"geodatasets>=2023.12,<2024.8",
"pg8000>=1.29,<1.32",
"psycopg2-binary==2.9.*",
"pygsheets==2.0.*",
Expand Down

0 comments on commit 630f07b

Please sign in to comment.