From 2c7f886ffb5a2fe337a043cc77091c268697a825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 15:49:46 +0000 Subject: [PATCH] Update qrcode requirement from <9,>=8 to >=8.2,<9 in /backend 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/v8.0...v8.2) --- updated-dependencies: - dependency-name: qrcode dependency-version: '8.2' dependency-type: direct:production ... 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 0a39068..6430af0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,6 +5,6 @@ python-dotenv>=1.0,<2 httpx>=0.28,<1 asyncssh>=2.20,<3 aiogram>=3.17,<4 -qrcode[pil]>=8,<9 +qrcode[pil]>=8.2,<9 python-multipart>=0.0.20,<1 cryptography>=44,<46