From 718bd9f7db59dd60691af1c21a8313c19984b606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 23:33:05 +0000 Subject: [PATCH] Update qrcode requirement from <8.0,>=7.4 to >=7.4,<9.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f28f090..1f1de47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ waitress>=3.0,<4.0 gunicorn>=22.0,<23.0 # Utilities -qrcode[pil]>=7.4,<8.0 +qrcode[pil]>=7.4,<9.0 openai>=1.0,<2.0 xrpl-py>=4.0,<5.0 stripe>=11.0,<12.0