From 3f4496f5b8df9e16c6439f87c0e45b6b06928eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 08:00:51 +0000 Subject: [PATCH] Bump qrcode from 7.3.1 to 7.4.1 Bumps [qrcode](https://github.com/lincolnloop/python-qrcode) from 7.3.1 to 7.4.1. - [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.1) --- 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..33cae7f 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.1 Pillow==9.2.0 \ No newline at end of file