From b6284bde4e4c4ca29ad453a888f5c9fa04a27604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:31:46 +0000 Subject: [PATCH] build(deps): bump sqlalchemy-utils from 0.42.0 to 0.42.1 in /src 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] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 196f6c7a..c0dc616e 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.44 -sqlalchemy_utils==0.42.0 +sqlalchemy_utils==0.42.1 psycopg[binary]==3.3.2 PyMySQL==1.1.2 tzlocal==5.3.1