From b0487b0b97125ac0540312b70408f8fb5fbfde0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:29:40 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.44 to 2.0.45 in /install Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.44 to 2.0.45. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.45 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- install/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/requirements.txt b/install/requirements.txt index 7a6bf766b..9747a0acd 100644 --- a/install/requirements.txt +++ b/install/requirements.txt @@ -30,6 +30,6 @@ pyserial==3.5 python-dateutil==2.9.0.post0 requests==2.32.5 setuptools==80.9.0 -SQLAlchemy==2.0.44 +SQLAlchemy==2.0.45 Werkzeug==3.1.3 WTForms==3.2.1