From 2c1f118d5e568c25927b6a56f58efc7d11770cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 20:34:36 +0000 Subject: [PATCH] build(deps): bump sqlalchemy from 2.0.49 to 2.0.50 in /src Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.49 to 2.0.50. - [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.50 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 6a1e215c..188030e5 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -8,7 +8,7 @@ icmplib==3.0.4 gunicorn==26.0.0 requests==2.34.0 tcconfig==0.30.1 -sqlalchemy==2.0.49 +sqlalchemy==2.0.50 sqlalchemy_utils==0.42.1 psycopg[binary]==3.3.4 PyMySQL==1.1.3