From 6522409d46ade6147f2e309cd8240e9480c3b599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:45:00 +0000 Subject: [PATCH] Bump alembic from 1.13.0 to 1.13.3 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.13.0 to 1.13.3. - [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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e9a2bd2..45db5f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile requirements.in # -alembic==1.13.0 +alembic==1.13.3 # 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