From dad380936b9d0eb2d7da251e0760efbbd190d351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 00:36:07 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.31 to 2.0.35 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.31 to 2.0.35. - [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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bbb1eb4..26c60f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pydantic_settings==2.4.0 structlog==24.4.0 orjson==3.10.5 uvloop==0.20.0 -SQLAlchemy==2.0.31 +SQLAlchemy==2.0.35 alembic==1.13.2 aiosqlite==0.20.0 asyncclick==8.1.7.2