fix(deps): update dependency qrcode to v8
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
qrcode |
~7.4 -> ~8.0
|
Release Notes
lincolnloop/python-qrcode (qrcode)
v8.0
========================
-
Added support for Python 3.11 and 3.12.
-
Drop support for Python <=3.8.
-
Change local development setup to use Poetry_.
-
Testsuite and code quality checks are done through Github Actions.
-
Code quality and formatting utilises ruff_.
-
Removed
typing_extensions
as a dependency, as it's no longer required with having Python 3.9+ as a requirement. -
Only allow high error correction rate (
qrcode.ERROR_CORRECT_H
) when generating QR codes with embedded images to ensure content is readable
.. _Poetry: https://python-poetry.org .. _ruff: https://astral.sh/ruff
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.