From a1fdf3e0d291ab3da7fa3fe339495894866d9d2f Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sat, 15 Aug 2026 00:10:39 +0000 Subject: [PATCH] [stubsabot] Bump pyphen to 0.18.1 Release: https://pypi.org/pypi/pyphen/0.18.1 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.18.0...0.18.1 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 e0d95b088922..92717610dff0 100644 --- a/stubs/pyphen/METADATA.toml +++ b/stubs/pyphen/METADATA.toml @@ -1,2 +1,2 @@ -version = "0.18.0" +version = "0.18.1" upstream-repository = "https://github.com/Kozea/Pyphen"