From 2e1ad447d88938755306b65b8508071f7fbdd5d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 07:30:31 +0000 Subject: [PATCH] chore(deps): bump sqlalchemy from 2.0.27 to 2.0.28 in /global-api Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.27 to 2.0.28. - [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] --- 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 e4b3baa3b..6d6489fc2 100644 --- a/global-api/requirements.txt +++ b/global-api/requirements.txt @@ -14,7 +14,7 @@ pytest==8.1.0 rioxarray==0.15.* scipy==1.12.* shapely==2.0.3 -SQLAlchemy==2.0.27 +SQLAlchemy==2.0.28 tqdm==4.66.* uvicorn==0.27.1 xarray==2024.*