From 0134322da5a1bdafba1edb69ed71ea3671577e62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 03:05:15 +0000 Subject: [PATCH] Bump alembic from 1.9.2 to 1.10.0 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.9.2 to 1.10.0. - [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-minor ... 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..60b9296 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiosqlite==0.18.0 -alembic==1.9.2 +alembic==1.10.0 fastapi==0.88.0 SQLAlchemy[asyncio]==2.0.2 uvicorn==0.20.0