From 4697428c507a930fafe5dc36fbc821cc85ad0cd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:31:39 +0000 Subject: [PATCH] build(deps): bump sqlalchemy from 2.0.44 to 2.0.45 in /src 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] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 196f6c7a..c7d838f5 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -8,7 +8,7 @@ icmplib==3.0.4 gunicorn==23.0.0 requests==2.32.5 tcconfig==0.30.1 -sqlalchemy==2.0.44 +sqlalchemy==2.0.45 sqlalchemy_utils==0.42.0 psycopg[binary]==3.3.2 PyMySQL==1.1.2