From 511c6de79abc6294ab16deeb686eb179c0cfca4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 22:18:17 +0000 Subject: [PATCH] fix: update arcgis requirement 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] --- images/python-arcgis/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/python-arcgis/pyproject.toml b/images/python-arcgis/pyproject.toml index b5c47b3..5601cc1 100644 --- a/images/python-arcgis/pyproject.toml +++ b/images/python-arcgis/pyproject.toml @@ -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"