From 28bc05c9b47d5698615a00cae6ed7460736905ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 13:11:20 +0000 Subject: [PATCH] Update alembic requirement from ~=1.17.2 to ~=1.18.0 Updates the requirements on [alembic](https://github.com/sqlalchemy/alembic) to permit the latest version. - [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.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9dc3b20..6eabff3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Flask[async]~=3.1.2 Flask-SQLAlchemy~=3.1.1 Flask-Migrate~=4.1.0 Flask-APScheduler~=1.13.1 -alembic~=1.17.2 +alembic~=1.18.0 SQLAlchemy~=2.0.45 python-telegram-bot~=22.5 PyGithub~=2.8.1