From f83738b0f4eb4dccd11a195f667a2ecc4ce9ce65 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sun, 15 Jan 2023 00:12:07 +0000 Subject: [PATCH] [stubsabot] Bump fpdf2 to 2.6.1 Release: https://pypi.org/pypi/fpdf2/2.6.1 Homepage: https://pyfpdf.github.io/fpdf2/ Diff: https://github.com/PyFPDF/fpdf2/compare/2.6.0...2.6.1 Stubsabot analysis of the diff between the two releases: - 5 public Python files have been added: `fpdf/encryption.py`, `test/encryption/test_encryption.py`, `test/image/test_image_align.py`, `test/svg/test_transform_viewport.py`, `test/test_skew.py`. - 0 files included in typeshed's stubs have been deleted. - 10 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 1197. - Total lines of Python code deleted: 106. 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 0c85c376b796..f808f79c0584 100644 --- a/stubs/fpdf2/METADATA.toml +++ b/stubs/fpdf2/METADATA.toml @@ -1,4 +1,4 @@ -version = "2.6.0" +version = "2.6.1" requires = ["types-Pillow"] [tool.stubtest]