From 28a988aa60de7e463fe2e08f2ff2a44e99381949 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sat, 24 Jan 2026 00:17:19 +0000 Subject: [PATCH] [stubsabot] Bump httplib2 to 0.31.2 Release: https://pypi.org/pypi/httplib2/0.31.2 Homepage: https://github.com/httplib2/httplib2 Repository: https://github.com/httplib2/httplib2 Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/httplib2 Diff: https://github.com/httplib2/httplib2/compare/v0.31.1...v0.31.2 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: `httplib2/__init__.py`. - Total lines of Python code added: 2. - Total lines of Python code deleted: 2. 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/httplib2/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/httplib2/METADATA.toml b/stubs/httplib2/METADATA.toml index 1566b0b0c84c..4f87a1df0258 100644 --- a/stubs/httplib2/METADATA.toml +++ b/stubs/httplib2/METADATA.toml @@ -1,2 +1,2 @@ -version = "0.31.1" +version = "0.31.2" upstream_repository = "https://github.com/httplib2/httplib2"