From c59668373e46231e99e0455e6fda60693ff13dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 03:26:30 +0000 Subject: [PATCH] Bump sqlalchemy-utils from 0.40.0 to 0.41.2 Bumps [sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils) from 0.40.0 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] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index f728351c8..78bad3a07 100644 --- a/requirements.in +++ b/requirements.in @@ -13,7 +13,7 @@ itsdangerous --no-binary=psycopg2 psycopg2==2.9.5 SQLAlchemy>=1.3.0,<1.5.0 -SQLAlchemy-Utils==0.40.0 +SQLAlchemy-Utils==0.41.2 sqlalchemy-json==0.5.0 # For schema validation diff --git a/requirements.txt b/requirements.txt index 52575d113..e30b3c59c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -151,7 +151,7 @@ sqlalchemy==1.4.46 # sqlalchemy-utils sqlalchemy-json==0.5.0 # via -r requirements.in -sqlalchemy-utils==0.40.0 +sqlalchemy-utils==0.41.2 # via -r requirements.in strict-rfc3339==0.7 # via -r requirements.in