[stubsabot] Bump qrcode to 8.0.* (#12718)

Release: https://pypi.org/pypi/qrcode/8.0
Homepage: https://github.com/lincolnloop/python-qrcode
Repository: https://github.com/lincolnloop/python-qrcode
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/qrcode
Diff: https://github.com/lincolnloop/python-qrcode/compare/v7.4.2...v8.0

Stubsabot analysis of the diff between the two releases:
 - 2 public Python files have been added: `qrcode/compat/png.py`, `qrcode/tests/consts.py`.
 - 0 files included in typeshed's stubs have been deleted.
 - 12 files included in typeshed's stubs have been modified or renamed.
 - Total lines of Python code added: 669.
 - Total lines of Python code deleted: 727.

If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI

Co-authored-by: stubsabot <>
This commit is contained in:
github-actions[bot]
2024-10-01 18:50:48 -07:00
committed by GitHub
parent ddb57608fd
commit a1088d09b0

View File

@@ -1,4 +1,4 @@
version = "7.4.*"
version = "8.0.*"
upstream_repository = "https://github.com/lincolnloop/python-qrcode"
requires = ["types-Pillow>=9.1.0"]