From d527c3b82d116d9ea2f575320a3628f9df617582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 09:23:20 +0000 Subject: [PATCH] chore(deps-dev): update qrcode requirement from >=7.4.2 to >=8.2 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.2...v8.2) --- updated-dependencies: - dependency-name: qrcode dependency-version: '8.2' dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1653e1..93b6656 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ ml = [ ] automation = [ "pyautogui>=0.9.54", - "qrcode>=7.4.2", + "qrcode>=8.2", ] dev = [ "pytest>=8.0.0",