From 99f6ee2b63c13818592f3d158231637cb0c8707d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 06:11:13 +0000 Subject: [PATCH] fix: bump gdal from 3.6.4 to 3.13.1 in /images/python-arcgis Bumps [gdal](https://github.com/OSGeo/gdal) from 3.6.4 to 3.13.1. - [Release notes](https://github.com/OSGeo/gdal/releases) - [Changelog](https://github.com/OSGeo/gdal/blob/master/NEWS.md) - [Commits](https://github.com/OSGeo/gdal/compare/v3.6.4...v3.13.1) --- updated-dependencies: - dependency-name: gdal dependency-version: 3.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- images/python-arcgis/poetry.lock | 18 +++++++++--------- images/python-arcgis/pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/images/python-arcgis/poetry.lock b/images/python-arcgis/poetry.lock index a53cd0e..4510d82 100644 --- a/images/python-arcgis/poetry.lock +++ b/images/python-arcgis/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -880,7 +880,7 @@ files = [ click = ">=8.1" cloudpickle = ">=3.0.0" dask-expr = {version = ">=1.1,<1.2", optional = true, markers = "extra == \"dataframe\""} -fsspec = ">=2021.09.0" +fsspec = ">=2021.9.0" numpy = {version = ">=1.24", optional = true, markers = "extra == \"array\""} packaging = ">=20.0" pandas = {version = ">=2.0", optional = true, markers = "extra == \"dataframe\""} @@ -1169,13 +1169,13 @@ tqdm = ["tqdm"] [[package]] name = "gdal" -version = "3.6.4" +version = "3.13.1" description = "GDAL: Geospatial Data Abstraction Library" optional = false -python-versions = ">=3.6.0" +python-versions = ">=3.8.0" groups = ["main"] files = [ - {file = "GDAL-3.6.4.tar.gz", hash = "sha256:c07d548cbd6544e8a51651fc1e487ca4b39e8fe6b5b3c886082d87f0e49e8313"}, + {file = "gdal-3.13.1.tar.gz", hash = "sha256:94bb64d729ce73ceb75a314a15cba92696cdd854d99b6bf6b88a7b551227db74"}, ] [package.extras] @@ -1594,7 +1594,7 @@ fqdn = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} idna = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} isoduration = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} jsonpointer = {version = ">1.13", optional = true, markers = "extra == \"format-nongpl\""} -jsonschema-specifications = ">=2023.03.6" +jsonschema-specifications = ">=2023.3.6" referencing = ">=0.28.4" rfc3339-validator = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} rfc3986-validator = {version = ">0.1.0", optional = true, markers = "extra == \"format-nongpl\""} @@ -4036,10 +4036,10 @@ files = [ ] [package.dependencies] -botocore = ">=1.33.2,<2.0a.0" +botocore = ">=1.33.2,<2.0a0" [package.extras] -crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"] +crt = ["botocore[crt] (>=1.33.2,<2.0a0)"] [[package]] name = "secretstorage" @@ -4635,4 +4635,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "3.12.9" -content-hash = "4ce0d21405d7038a4019d2320ce218d33024ee75c00874463ea2411fd4b5016f" +content-hash = "d92f9a130a44cd4c808ccea7bd4a86353eeda543194fd851814e397285c8a0f7" diff --git a/images/python-arcgis/pyproject.toml b/images/python-arcgis/pyproject.toml index 5173c24..40e3a30 100644 --- a/images/python-arcgis/pyproject.toml +++ b/images/python-arcgis/pyproject.toml @@ -15,7 +15,7 @@ boto3 = "1.34.52" toml = "0.10.2" datadog-api-client = "2.44.0" pyshp = "2.3.1" -gdal = "3.6.4" +gdal = "3.13.1" azure-storage-blob = "12.26.0" arcgis-mapping = "4.31.0"