From 8faf1be42f7fa717bf27fe06023ea63d3b945f55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 18:16:55 +0000 Subject: [PATCH] chore(deps-dev): update qrcode requirement from >=7.4 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...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 b7e5a86..6684d81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ dependencies = [] [project.optional-dependencies] -qr = ["qrcode>=7.4"] # 只有需要生成二维码时才用到 +qr = ["qrcode>=8.2"] # 只有需要生成二维码时才用到 dev = ["ruff>=0.16"] [project.urls]