From 3fc1fdbc7b88e8e968647ed6332d81e2a39c9ade Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:48:00 +0000 Subject: [PATCH] Update dependency qrcode to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcf901b44b..3479d7c9a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ recommend = [ "geoalchemy2==0.15.2", "pyramid==2.0.2", "pyramid-debugtoolbar==4.12.1", - "qrcode==7.4.2", + "qrcode==8.0", "image==1.5.33", "shapely==2.0.6", "SQLAlchemy==2.0.32",