From 433d1ff53b3e39416b1c2f6e8bab8463ef9551a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 19:11:58 +0000 Subject: [PATCH] deps: bump qrcode from 7.4.2 to 8.2 Bumps [qrcode](https://github.com/lincolnloop/python-qrcode) from 7.4.2 to 8.2. - [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst) - [Commits](https://github.com/lincolnloop/python-qrcode/compare/v7.4.2...v8.2) --- updated-dependencies: - dependency-name: qrcode dependency-version: '8.2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cae4536..4ad5175 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ flask-limiter==4.1.1 flask-wtf==1.2.2 python-dotenv==1.0.0 pyserial==3.5 -qrcode[pil]==7.4.2 +qrcode[pil]==8.2 requests==2.33.0 gunicorn==25.3.0 wtforms==3.1.1