From 5a2e461e10dea9d92c6d8d59c134bb5bb5743cc0 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 6 Nov 2025 00:15:45 +0000 Subject: [PATCH] [stubsabot] Bump qrbill to 1.2.* Release: https://pypi.org/pypi/qrbill/1.2.0 Homepage: https://github.com/claudep/swiss-qr-bill/ Repository: https://github.com/claudep/swiss-qr-bill Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/qrbill Changelog: https://github.com/claudep/swiss-qr-bill/CHANGELOG.rst Diff: https://github.com/claudep/swiss-qr-bill/compare/v1.1.0...v1.2.0 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 1 file included in typeshed's stubs has been modified or renamed: `qrbill/bill.py`. - Total lines of Python code added: 48. - Total lines of Python code deleted: 6. 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 --- stubs/qrbill/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/qrbill/METADATA.toml b/stubs/qrbill/METADATA.toml index b46abf95c7db..033646f39631 100644 --- a/stubs/qrbill/METADATA.toml +++ b/stubs/qrbill/METADATA.toml @@ -1,3 +1,3 @@ -version = "1.1.*" +version = "1.2.*" upstream_repository = "https://github.com/claudep/swiss-qr-bill" requires = ["types-qrcode"]