From fd35f5d471af1620377d6ec462f14fc5308289f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 16:01:14 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.25 to 2.0.27 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.25 to 2.0.27. - [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] --- yt_shared/requirements_shared.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_shared/requirements_shared.txt b/yt_shared/requirements_shared.txt index 03a29d0..6b4ad20 100644 --- a/yt_shared/requirements_shared.txt +++ b/yt_shared/requirements_shared.txt @@ -1,5 +1,5 @@ SQLAlchemy-Utils==0.41.1 -SQLAlchemy==2.0.25 +SQLAlchemy==2.0.27 aio-pika==9.4.0 aiohttp==3.9.3 asyncpg==0.29.0