From 6d59a25c2c48245dcb7882813740236914f067ba Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Tue, 8 Sep 2026 00:23:49 +0000 Subject: [PATCH] [stubsabot] Bump boltons to 26.2.* Release: https://pypi.org/pypi/boltons/26.2.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/26.1.0...26.2.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. - 17 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 1322. - Total lines of Python code deleted: 248. 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 9c5868f7d067..7a5f5eb62b1f 100644 --- a/stubs/boltons/METADATA.toml +++ b/stubs/boltons/METADATA.toml @@ -1,2 +1,2 @@ -version = "26.1.*" +version = "26.2.*" upstream-repository = "https://github.com/mahmoud/boltons"