From a4680c813d85d4da9074346b9c5f51570f63c4a0 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sat, 18 Jul 2026 00:28:13 +0000 Subject: [PATCH] [stubsabot] Bump boltons to 26.1.* Release: https://pypi.org/pypi/boltons/26.1.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.1.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. - 11 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 619. - Total lines of Python code deleted: 64. 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..9c5868f7d067 100644 --- a/stubs/boltons/METADATA.toml +++ b/stubs/boltons/METADATA.toml @@ -1,2 +1,2 @@ -version = "25.0.*" +version = "26.1.*" upstream-repository = "https://github.com/mahmoud/boltons"