From 9236dfbbe805c579ba074444ab40905454475e50 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Mon, 10 Nov 2025 00:16:58 +0000 Subject: [PATCH] [stubsabot] Bump ttkthemes to 3.3.* Release: https://pypi.org/pypi/ttkthemes/3.3.0 Repository: https://github.com/RedFantom/ttkthemes Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/ttkthemes Diff: https://github.com/RedFantom/ttkthemes/compare/v3.2.2...v3.3.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. - 2 files included in typeshed's stubs have been modified or renamed: `ttkthemes/themed_style.py`, `ttkthemes/themed_tk.py`. - Total lines of Python code added: 13. - Total lines of Python code deleted: 63. 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/ttkthemes/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/ttkthemes/METADATA.toml b/stubs/ttkthemes/METADATA.toml index edbe27fbbedb..7204a09bf9c6 100644 --- a/stubs/ttkthemes/METADATA.toml +++ b/stubs/ttkthemes/METADATA.toml @@ -1,2 +1,2 @@ -version = "3.2.*" +version = "3.3.*" upstream_repository = "https://github.com/RedFantom/ttkthemes"