From 9920bc812d2d3a6804fb65d0957d4198ce875775 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 07:50:39 +0200 Subject: [PATCH] Update dependency sqlalchemy to v2.0.32 (#2025) 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 98f0324e88..3771599be5 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.31", + "SQLAlchemy==2.0.32", "pyaml-env==1.2.1", "urllib3==2.2.2", "waitress==3.0.0",