From 79b205d416779195eb42cf4309a8277312ac507e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 08:05:39 +0000 Subject: [PATCH] Update qrcode[pil] requirement from <8.0,>=7.4 to >=7.4,<9.0 Updates the requirements on [qrcode[pil]](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[pil] 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 d621c0b..ee937be 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