Skip to content

Commit

Permalink
fix: update arcgis requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [arcgis](https://developers.arcgis.com/python/) to permit the latest version.

Updates `arcgis` to 2.3.1

---
updated-dependencies:
- dependency-name: arcgis
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2024
1 parent a645e50 commit 511c6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/python-arcgis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["GeoNet"]

[tool.poetry.dependencies]
python = "3.11.9"
arcgis = "2.2.0"
arcgis = "2.3.1"
numpy = "1.26.4"
pandas = "2.1.4"
geopandas = "1.0.1"
Expand Down

0 comments on commit 511c6de

Please sign in to comment.