From 36408ca4e16bbba025bf62cae192e8ed665bd63e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 08:03:41 +0000 Subject: [PATCH] Bump sqlalchemy from 1.3.23 to 2.0.16 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.23 to 2.0.16. - [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-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 52bb937..bdbb3fe 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "stac-fastapi.extensions", "sqlakeyset", "geoalchemy2<0.14.0", - "sqlalchemy==1.3.23", + "sqlalchemy==2.0.16", "shapely", "psycopg2-binary", "alembic",