From 1d0c387c249f7d0c7e8d0f205a0da4ce91673968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 00:15:13 +0000 Subject: [PATCH] build(deps): bump sqlalchemy from 2.0.30 to 2.0.40 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.30 to 2.0.40. - [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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc77cfec8c7..f6b52fd3439 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ pyjwt==2.8.0 pyproj<3.7.0 OWSLib==0.31.0 pycsw==2.6.1 -SQLAlchemy==2.0.30 # required by PyCSW +SQLAlchemy==2.0.40 # required by PyCSW Shapely==1.8.5.post1 mercantile==1.2.1 numpy==1.26.*