From 3d8dfafa3490298c418dbbfc325f04eb110ad01b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 00:33:35 +0000 Subject: [PATCH] fix: bump gdal from 3.6.4 to 3.13.0 in /images/python-arcgis Bumps [gdal](https://github.com/OSGeo/gdal) from 3.6.4 to 3.13.0. - [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.0) --- updated-dependencies: - dependency-name: gdal dependency-version: 3.13.0 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..3ea7b50 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.0" 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.0.tar.gz", hash = "sha256:b440bcecbcdb96690a74da223142f2d51c6a540ee78674e10f9dca933d0e9006"}, ] [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 = "d683831e5d812b22067afe3ab32372229ee4a7d7ddfb678eabfe410b7e860b92" diff --git a/images/python-arcgis/pyproject.toml b/images/python-arcgis/pyproject.toml index 5173c24..3cb5df3 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.0" azure-storage-blob = "12.26.0" arcgis-mapping = "4.31.0"