From ee50b6032c936ea836a2cc62203d1fdfb0339bf0 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 5 Mar 2026 00:22:10 +0000 Subject: [PATCH] [stubsabot] Bump tabulate to 0.10.* Release: https://pypi.org/pypi/tabulate/0.10.0 Homepage: https://github.com/astanin/python-tabulate Repository: https://github.com/astanin/python-tabulate Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/tabulate Diff: https://github.com/astanin/python-tabulate/compare/v0.9.0...v0.10.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: `tabulate/__init__.py`. - Total lines of Python code added: 1216. - Total lines of Python code deleted: 234. 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/tabulate/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/tabulate/METADATA.toml b/stubs/tabulate/METADATA.toml index c90013533e7b..44b5c0195e48 100644 --- a/stubs/tabulate/METADATA.toml +++ b/stubs/tabulate/METADATA.toml @@ -1,2 +1,2 @@ -version = "0.9.*" +version = "0.10.*" upstream_repository = "https://github.com/astanin/python-tabulate"