From a01abae81dd47e56c359f2178bb16992a9b945a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 03:36:07 +0000 Subject: [PATCH] Bump qrcode from 7.4.2 to 8.0 Bumps [qrcode](https://github.com/lincolnloop/python-qrcode) from 7.4.2 to 8.0. - [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst) - [Commits](https://github.com/lincolnloop/python-qrcode/compare/v7.4.2...v8.0) --- updated-dependencies: - dependency-name: qrcode dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 95540e0..d2fdbe2 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ packages=find_packages(exclude=["*tests*"]), install_requires=[ 'pyotp==2.9.0', - 'qrcode==7.4.2', + 'qrcode==8.0', 'pyzbar==0.1.9', 'pillow==10.4.0', ],