From 59d35fc0480d66885148f1743856a626e571809e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:11:13 +0000 Subject: [PATCH] chore(deps): bump sqlalchemy from 2.0.48 to 2.0.49 in /global-api Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.48 to 2.0.49. - [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.49 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- global-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-api/requirements.txt b/global-api/requirements.txt index c7556c841..1bd026c36 100644 --- a/global-api/requirements.txt +++ b/global-api/requirements.txt @@ -14,7 +14,7 @@ pytest==9.0.3 rioxarray>=0.15.0,<1.0 scipy==1.17.* shapely==2.1.2 -SQLAlchemy==2.0.48 +SQLAlchemy==2.0.49 tqdm==4.67.* uvicorn==0.42.0 xarray==2026.*