From a289b1560995e6bc8cb7aade7d2df5df3f453dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 17:29:58 +0000 Subject: [PATCH] Update qrcode requirement from ~=7.4 to ~=8.2 in /13707 Updates the requirements on [qrcode](https://github.com/lincolnloop/python-qrcode) to permit the latest version. - [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst) - [Commits](https://github.com/lincolnloop/python-qrcode/compare/v7.4...v8.2) --- updated-dependencies: - dependency-name: qrcode dependency-version: '8.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 13707/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13707/pyproject.toml b/13707/pyproject.toml index a07ffb6..ba32136 100644 --- a/13707/pyproject.toml +++ b/13707/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "markdownify ~=1.1", "mjml-python ~=1.3", "psycopg[binary] ~=3.0", - "qrcode ~=7.4", + "qrcode~=8.2", "requests ~=2.32", "sentry-sdk[django] ~=2.26", "whitenoise ~=6.8",