Skip to content

Commit

Permalink
deps: bump the major-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [arcgis](https://developers.arcgis.com/python/) and [geodatasets](https://github.com/geopandas/geodatasets) to permit the latest version.

Updates `arcgis` to 2.0.0

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: arcgis
  dependency-type: direct:production
  dependency-group: major-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 Aug 1, 2024
1 parent bd9976a commit b7a1922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
},
keywords=["gis"],
install_requires=[
"arcgis==2.3.*",
"arcgis>=2.3,<2.1",
"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 b7a1922

Please sign in to comment.