From 682587183fcdbaab3c33f0e83001a801f27b218f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 18:32:09 +0100 Subject: [PATCH] build(deps): bump sqlalchemy-utils from 0.42.0 to 0.42.1 in /src (#1038) Bumps [sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils) from 0.42.0 to 0.42.1. - [Release notes](https://github.com/kvesteri/sqlalchemy-utils/releases) - [Changelog](https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst) - [Commits](https://github.com/kvesteri/sqlalchemy-utils/compare/0.42.0...0.42.1) --- updated-dependencies: - dependency-name: sqlalchemy-utils dependency-version: 0.42.1 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 0f414f2e..15f247f1 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -9,7 +9,7 @@ gunicorn==23.0.0 requests==2.32.5 tcconfig==0.30.1 sqlalchemy==2.0.45 -sqlalchemy_utils==0.42.0 +sqlalchemy_utils==0.42.1 psycopg[binary]==3.3.2 PyMySQL==1.1.2 tzlocal==5.3.1