From e336757ddaed305fa3f6bc12645fd24abb44bb43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 03:00:49 +0000 Subject: [PATCH] Bump alembic from 1.9.2 to 1.9.4 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.9.2 to 1.9.4. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic 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 0caca4f..86a6712 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiosqlite==0.18.0 -alembic==1.9.2 +alembic==1.9.4 fastapi==0.88.0 SQLAlchemy[asyncio]==2.0.2 uvicorn==0.20.0