From d5026a4081ebd41233dc522f63e66169d501c60f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 16:02:21 +0100 Subject: [PATCH] build(deps): bump sqlalchemy from 2.0.45 to 2.0.46 in /src (#1101) Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.45 to 2.0.46. - [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.46 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 2311d933..cb9e4b9e 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -8,7 +8,7 @@ icmplib==3.0.4 gunicorn==24.1.1 requests==2.32.5 tcconfig==0.30.1 -sqlalchemy==2.0.45 +sqlalchemy==2.0.46 sqlalchemy_utils==0.42.1 psycopg[binary]==3.3.2 PyMySQL==1.1.2