From 615e2f2356cac2d9f85970be89f01bb31654ac07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 08:34:06 +0000 Subject: [PATCH] chore(deps): bump geoalchemy2 from 0.17.1 to 0.20.0 in /backend Bumps [geoalchemy2](https://github.com/geoalchemy/geoalchemy2) from 0.17.1 to 0.20.0. - [Release notes](https://github.com/geoalchemy/geoalchemy2/releases) - [Changelog](https://github.com/geoalchemy/geoalchemy2/blob/main/CHANGES.txt) - [Commits](https://github.com/geoalchemy/geoalchemy2/compare/0.17.1...0.20.0) --- updated-dependencies: - dependency-name: geoalchemy2 dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8c99dc9..bdb0401 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ sqlalchemy[asyncio]==2.0.36 asyncpg==0.30.0 psycopg2-binary==2.9.10 alembic==1.14.1 -geoalchemy2==0.17.1 +geoalchemy2==0.20.0 # ── Validation & Settings ──────────────────────────────────── pydantic==2.10.4