From 74f763ff39c6b262676d9f856efe8455d2059b27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 15:05:28 +0000 Subject: [PATCH] Bump osgeo/proj from 9.8.1 to 9.9.0 in /scripts Bumps [osgeo/proj](https://github.com/OSGeo/PROJ) from 9.8.1 to 9.9.0. - [Release notes](https://github.com/OSGeo/PROJ/releases) - [Changelog](https://github.com/OSGeo/PROJ/blob/master/ChangeLog) - [Commits](https://github.com/OSGeo/PROJ/compare/9.8.1...9.9.0) --- updated-dependencies: - dependency-name: osgeo/proj dependency-version: 9.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 2aff5ad246c2..0f78138f3af0 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/osgeo/proj:9.8.1 +FROM ghcr.io/osgeo/proj:9.9.0 ARG PYPROJ_VERSION 3.3.0 ENV PYPROJ_VERSION=$PYPROJ_VERSION