From 722aade8ee17a1ef4423e49a557664ec223b70ac Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 14 Aug 2026 00:21:48 +0000 Subject: [PATCH] [stubsabot] Bump pyphen to 0.18.0 Release: https://pypi.org/pypi/pyphen/0.18.0 Homepage: https://www.courtbouillon.org/pyphen Repository: https://github.com/Kozea/Pyphen Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/pyphen Changelog: https://github.com/Kozea/Pyphen/releases Diff: https://github.com/Kozea/Pyphen/compare/0.17.2...0.18.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: `pyphen/__init__.py`. - Total lines of Python code added: 1. - Total lines of Python code deleted: 1. 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/pyphen/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/pyphen/METADATA.toml b/stubs/pyphen/METADATA.toml index f6b2d875f6b8..e0d95b088922 100644 --- a/stubs/pyphen/METADATA.toml +++ b/stubs/pyphen/METADATA.toml @@ -1,2 +1,2 @@ -version = "0.17.2" +version = "0.18.0" upstream-repository = "https://github.com/Kozea/Pyphen"