From 63862521e39eb26db5ed05eb4532f7854354a2a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 08:01:49 +0000 Subject: [PATCH] Bump qrcode from 7.3.1 to 7.4.2 Bumps [qrcode](https://github.com/lincolnloop/python-qrcode) from 7.3.1 to 7.4.2. - [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.2) --- 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..91279b1 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.2 Pillow==9.2.0 \ No newline at end of file