From ad4608b0ec7706033fb99bc8fed4c6d20cbbc347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 02:13:06 -0400 Subject: [PATCH] Bump sqlalchemy from 2.0.28 to 2.0.29 (#591) Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.28 to 2.0.29. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 71dbe00a5..0e48a65af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "redis==5.0.3", "schedule==1.1.0", "sentry-sdk[fastapi]==1.43.0", - "SQLAlchemy==2.0.28", + "SQLAlchemy==2.0.29", "SQLAlchemy-Utils==0.41.2", "structlog", "typer==0.9.0",