Skip to content

Commit

Permalink
deps: update geodatasets requirement in the major-dependencies group
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.8.0
- [Release notes](https://github.com/geopandas/geodatasets/releases)
- [Commits](geopandas/geodatasets@2023.12.0...2024.8.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 jacobdadams committed Sep 16, 2024
1 parent cdfb7ec commit 5b11f93
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,<2024.8",
"geodatasets>=2023.12,<2024.9",
"pg8000>=1.29,<1.32",
"psycopg2-binary==2.9.*",
"pygsheets==2.0.*",
Expand Down

0 comments on commit 5b11f93

Please sign in to comment.