From d422d43483bc5df9cafb23d15ad1cd4a0fbc090c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 08:01:21 +0000 Subject: [PATCH] Bump qrcode from 7.3.1 to 7.4 Bumps [qrcode](https://github.com/lincolnloop/python-qrcode) from 7.3.1 to 7.4. - [Release notes](https://github.com/lincolnloop/python-qrcode/releases) - [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst) - [Commits](https://github.com/lincolnloop/python-qrcode/compare/v7.3.1...v7.4) --- updated-dependencies: - dependency-name: qrcode dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e0b5df1..79953b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ dearpygui==1.6.2 opencv-python==4.5.4.58 numpy==1.23.1 pyzbar==0.1.9 -qrcode==7.3.1 +qrcode==7.4 Pillow==9.2.0 \ No newline at end of file