From 3dfe7407801ef6eb5a35c52bb01a49f8087b1493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 20:37:52 +0000 Subject: [PATCH] build(deps): bump sqlalchemy from 2.0.46 to 2.0.49 in /src Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.46 to 2.0.49. - [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.49 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 2e31a29d..be470a58 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -8,7 +8,7 @@ icmplib==3.0.4 gunicorn==25.0.3 requests==2.32.5 tcconfig==0.30.1 -sqlalchemy==2.0.46 +sqlalchemy==2.0.49 sqlalchemy_utils==0.42.1 psycopg[binary]==3.3.3 PyMySQL==1.1.2