From a3ac7af783101bef285830e5a229c1ed81725517 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sat, 20 Jun 2026 00:44:37 +0000 Subject: [PATCH] [stubsabot] Bump boltons to 26.0.* Release: https://pypi.org/pypi/boltons/26.0.0 Homepage: https://github.com/mahmoud/boltons Repository: https://github.com/mahmoud/boltons Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/boltons Diff: https://github.com/mahmoud/boltons/compare/25.0.0...26.0.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. - 9 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 455. - Total lines of Python code deleted: 43. 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/boltons/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/boltons/METADATA.toml b/stubs/boltons/METADATA.toml index 829db8486880..ff7fa739bc4a 100644 --- a/stubs/boltons/METADATA.toml +++ b/stubs/boltons/METADATA.toml @@ -1,2 +1,2 @@ -version = "25.0.*" +version = "26.0.*" upstream-repository = "https://github.com/mahmoud/boltons"