From a9352fd504ec0a345076e3d5e98bfb2f1d078346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 12:24:47 +0000 Subject: [PATCH] build(deps): update qrcode requirement from >=8.0 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/v8.0...v8.2) --- updated-dependencies: - dependency-name: qrcode dependency-version: '8.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cafa38e..cfaea21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ fastmcp>=3.3.1 # Previously undeclared runtime deps — the TOTP setup/confirm/verify endpoints # import these lazily; without them the 2FA flow 500s in production. pyotp>=2.9.0 -qrcode[pil]>=8.0 +qrcode[pil]>=8.2 # Security floors for transitive / runtime deps (Fix #6, re-audit dependency # pass). These pin the advisory-safe minor so a fresh `pip install -r` is