From 9c932be5b17edf395c6d1b12d1d13abb88e35479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 04:32:10 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.45 to 2.0.46 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.45 to 2.0.46. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.46 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 97b9b9d..45254fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "lxml[html-clean]==6.0.2", "pycsw==2.6.2", "pyproj==3.7.2", - "sqlalchemy==2.0.45", + "sqlalchemy==2.0.46", "djangorestframework==3.15.2", "django-filter==25.2", "requests==2.32.5",