From 1e4c577b31537f4b61375c9cb3d69476616c0097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 18:39:02 +0000 Subject: [PATCH] Bump qrcode from 8.1 to 8.2 Bumps [qrcode](https://github.com/lincolnloop/python-qrcode) from 8.1 to 8.2. - [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst) - [Commits](https://github.com/lincolnloop/python-qrcode/commits/v8.2) --- updated-dependencies: - dependency-name: qrcode dependency-version: '8.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95d6bfb654..c2e185d714 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ dependencies = [ "pytz", "pytz-deprecation-shim==0.1.*", "pyuca", - "qrcode==8.1", + "qrcode==8.2", "redis==5.2.*", "reportlab==4.4.*", "requests==2.31.*",