From a7a99e3feb8826afe8b557686808688083a4a42d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:36:56 +0000 Subject: chore(deps): bump alembic from 1.18.4 to 1.18.5 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.18.4 to 1.18.5. - [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-version: 1.18.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 5ef3358..2a3c068 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "uvicorn[standard]>=0.30,<1.0", "httpx>=0.27,<1.0", "sqlalchemy>=2.0,<3.0", - "alembic>=1.13,<2.0", + "alembic>=1.18.5,<2.0", "pydantic>=2.13.4,<3.0", "pydantic-settings>=2.3,<3.0", "apscheduler>=3.11.3,<4.0", -- cgit v1.2.3