From a808cd344e5c71732633aacc4c183d16d1ab6e9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 07:03:38 +0100 Subject: [PATCH] Update dependency SQLAlchemy to v2.0.23 (#1857) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c872ccfd68..c38e8a2f12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pyramid-debugtoolbar==4.10 qrcode==7.4.2 image==1.5.33 shapely==2.0.2 -SQLAlchemy==2.0.22 +SQLAlchemy==2.0.23 pyaml-env==1.2.1 urllib3==2.0.7 waitress==2.1.2