From 2d4cc83f712455e6e4c29bf9c4de6df1318ff7f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 21:47:25 +0000 Subject: [PATCH] chore(deps): Update qrcode[pil] requirement from ~=6.1 to ~=7.4 in /demo 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/v6.1...v7.4.2) --- updated-dependencies: - dependency-name: qrcode[pil] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/requirements.txt b/demo/requirements.txt index 7bfc16bbfc..a16b4013d2 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -2,4 +2,4 @@ asyncpg~=0.26.0 prompt_toolkit~=2.0.9 web.py~=0.62 pygments~=2.10 -qrcode[pil]~=6.1 +qrcode[pil]~=7.4