From ceb5a039df2ba9886e819f842960df4d9b2a9636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 00:11:51 +0200 Subject: [PATCH] Bump sqlalchemy[asyncio] from 2.0.28 to 2.0.29 (#127) Bumps [sqlalchemy[asyncio]](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[asyncio] 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> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0bac9dc2..f7fea70b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ yt-dlp==2024.3.10 aiohttp==3.9.3 beautifulsoup4==4.12.3 spotipy==2.23.0 -SQLAlchemy[asyncio]==2.0.28 +SQLAlchemy[asyncio]==2.0.29 alembic==1.13.1 aioconsole==0.7.0 ./config