From 3f5741209db11f5398b6b5f225e76fe4e94cec2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:24:25 +0000 Subject: [PATCH] build(deps-dev): bump alembic from 1.14.0 to 1.14.1 in /requirements Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.14.0 to 1.14.1. - [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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 074530e..19db98e 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,6 +4,6 @@ flake8==7.1.1 flake8-print==5.0.0 flake8-super==0.1.3 flake8-tidy-imports==4.11.0 -alembic==1.14.0 +alembic==1.14.1 isort==5.13.2 locust==2.32.3