From 874fbdb1ade74fe165eb1612af1d5b9dd4820816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 02:08:22 +0300 Subject: [PATCH] Update qrcode requirement from ~=7.4 to ~=8.0 in /app (#5) Updates the requirements on [qrcode](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/v7.4...v8.0) --- updated-dependencies: - dependency-name: qrcode dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index f5bebdd..2e76c6e 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1 +1 @@ -qrcode~=7.4 \ No newline at end of file +qrcode~=8.0 \ No newline at end of file