From ec1b1ae1b7cb53e278db7966964efca5e3664668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:36:07 +0000 Subject: [PATCH] Bump alembic from 1.13.0 to 1.14.0 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.13.0 to 1.14.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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e9a2bd2..680b104 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile requirements.in # -alembic==1.13.0 +alembic==1.14.0 # via -r requirements.in anyio==3.7.1 # via starlette @@ -60,6 +60,7 @@ pycparser==2.21 # via cffi pydantic==1.10.2 # via + # -r requirements.in # fastapi # fastapi-pagination # sqlmodel @@ -79,6 +80,7 @@ sniffio==1.3.0 # via anyio sqlalchemy==1.4.41 # via + # -r requirements.in # alembic # sqlmodel sqlalchemy2-stubs==0.0.2a29