From 4cfcbe4c0219ed9bb73e7fd5f604057ed55eef99 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Tue, 17 Dec 2024 00:14:44 +0000 Subject: [PATCH] [stubsabot] Bump fpdf2 to 2.8.2 Release: https://pypi.org/pypi/fpdf2/2.8.2 Homepage: https://py-pdf.github.io/fpdf2/ Repository: https://github.com/PyFPDF/fpdf2 Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/fpdf2 Diff: https://github.com/PyFPDF/fpdf2/compare/2.8.1...2.8.2 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. - 17 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 1246. - Total lines of Python code deleted: 227. 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/fpdf2/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/fpdf2/METADATA.toml b/stubs/fpdf2/METADATA.toml index a86dce92af40..180d317a993e 100644 --- a/stubs/fpdf2/METADATA.toml +++ b/stubs/fpdf2/METADATA.toml @@ -1,4 +1,4 @@ -version = "2.8.1" +version = "2.8.2" upstream_repository = "https://github.com/PyFPDF/fpdf2" requires = ["Pillow>=10.3.0"]