From 47b32b726543578f06e4774ad285154557cc3a06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 15:27:29 +0000 Subject: [PATCH] chore(deps): update dependency svgutils to v0.3.4 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a65ca40..3b78f30 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ install_requires = jinja2>=2.10 PyPDF2>=1.26.0 qrcode>=6.1 - svgutils==0.3.1 + svgutils==0.3.4 click>=7.0 scripts = scripts/svg_export.py