From 79430c64f4a37bd44a86b629b3b2a8ca2be3e0df Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sat, 5 Aug 2023 00:11:13 +0000 Subject: [PATCH] [stubsabot] Bump fpdf2 to 2.7.5 Release: https://pypi.org/pypi/fpdf2/2.7.5 Homepage: https://pyfpdf.github.io/fpdf2/ Repository: https://github.com/PyFPDF/fpdf2 Diff: https://github.com/PyFPDF/fpdf2/compare/2.7.4...2.7.5 Stubsabot analysis of the diff between the two releases: - 4 public Python files have been added: `test/test_mirror.py`, `test/test_output.py`, `test/text_shaping/__init__.py`, `test/text_shaping/test_text_shaping.py`. - 0 files included in typeshed's stubs have been deleted. - 19 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 2430. - Total lines of Python code deleted: 828. 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 a47fe4aef28d..a83b5ac02578 100644 --- a/stubs/fpdf2/METADATA.toml +++ b/stubs/fpdf2/METADATA.toml @@ -1,4 +1,4 @@ -version = "2.7.4" +version = "2.7.5" upstream_repository = "https://github.com/PyFPDF/fpdf2" requires = ["types-Pillow>=9.2.0"]