From 033f33db32a3e0859a6a021a2a3f5a6e61e6c6f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 09:05:50 +0200 Subject: [PATCH] Update dependency recommend/SQLAlchemy to v2.0.31 (#2003) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9785b76a2..e3cd25d6d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ recommend = [ "qrcode==7.4.2", "image==1.5.33", "shapely==2.0.4", - "SQLAlchemy==2.0.30", + "SQLAlchemy==2.0.31", "pyaml-env==1.2.1", "urllib3==2.2.2", "waitress==3.0.0",