From a8a6830f20effabf65bd1f9c1a2881119c7a262d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 03:00:04 +0000 Subject: [PATCH] Bump alembic from 1.9.2 to 1.10.4 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.9.2 to 1.10.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-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..600bac8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiosqlite==0.18.0 -alembic==1.9.2 +alembic==1.10.4 fastapi==0.88.0 SQLAlchemy[asyncio]==2.0.2 uvicorn==0.20.0