diff --git a/images/python-arcgis/pyproject.toml b/images/python-arcgis/pyproject.toml index 552062b..b5c47b3 100644 --- a/images/python-arcgis/pyproject.toml +++ b/images/python-arcgis/pyproject.toml @@ -7,9 +7,9 @@ authors = ["GeoNet"] [tool.poetry.dependencies] python = "3.11.9" arcgis = "2.2.0" -numpy = "1.23.2" -pandas = "2.0.1" -geopandas = "0.13.0" +numpy = "1.26.4" +pandas = "2.1.4" +geopandas = "1.0.1" [build-system] requires = ["poetry-core"]