From 42885dd54ec5cbbb6929e2c57c15248ad7a478fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 20:20:48 +0000 Subject: [PATCH] chore(deps): Bump qrcode from 8.0 to 8.2 Bumps [qrcode](https://github.com/lincolnloop/python-qrcode) from 8.0 to 8.2. - [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst) - [Commits](https://github.com/lincolnloop/python-qrcode/compare/v8.0...v8.2) --- updated-dependencies: - dependency-name: qrcode dependency-version: '8.2' 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 d0932bc..642a8b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ psutil==6.1.1 pypng==0.20220715.0 pyTelegramBotAPI==4.26.0 python-dotenv==1.0.1 -qrcode==8.0 +qrcode==8.2 requests==2.32.3 typing_extensions==4.12.2 urllib3==2.4.0