From 9608c7aa151a68cf08f81a9950d1c066198389bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 18:06:13 +0200 Subject: [PATCH] Bump qrcode from 8.0 to 8.1 (#5003) Bumps [qrcode](https://github.com/lincolnloop/python-qrcode) from 8.0 to 8.1. - [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst) - [Commits](https://github.com/lincolnloop/python-qrcode/commits) --- updated-dependencies: - dependency-name: qrcode dependency-version: '8.1' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ce622298..c6f887823 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ dependencies = [ "pytz", "pytz-deprecation-shim==0.1.*", "pyuca", - "qrcode==8.0", + "qrcode==8.1", "redis==5.2.*", "reportlab==4.3.*", "requests==2.31.*",