From fda0b13ad5d45ae986ddbdf27c93505ef1d1c806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 00:59:00 -0700 Subject: [PATCH] Bump sqlalchemy-utils from 0.38.3 to 0.41.2 (#452) Bumps [sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils) from 0.38.3 to 0.41.2. - [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/commits) --- updated-dependencies: - dependency-name: sqlalchemy-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ecb8beb..5a6a7d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ Flask-Admin>=1.5.6 pymysql==1.1.1 psycopg2-binary sqlalchemy==1.4.42 -sqlalchemy-utils==0.38.3 # Provides extra datatypes +sqlalchemy-utils==0.41.2 # Provides extra datatypes # Timezones pytz