From 9e9b623101b0422861d8f429f350b3fccfa545c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 20:31:20 +0000 Subject: [PATCH] chore(deps): bump qrcode from 7.4.2 to 8.2 in /backend Bumps [qrcode](https://github.com/lincolnloop/python-qrcode) from 7.4.2 to 8.2. - [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst) - [Commits](https://github.com/lincolnloop/python-qrcode/compare/v7.4.2...v8.2) --- updated-dependencies: - dependency-name: qrcode dependency-version: '8.2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index fa56c2a..07d60ec 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ pillow-heif==0.21.0 python-dateutil==2.9.0 pywebpush==2.3.0 pyotp==2.9.0 -qrcode==7.4.2 +qrcode==8.2 webauthn==2.2.0 Authlib==1.3.2 requests==2.32.3