From 86cdd21c63dc52a1846319ebfc71245f7d1da1cd Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sat, 27 Jun 2026 00:42:58 +0000 Subject: [PATCH] [stubsabot] Bump httplib2 to 0.32.0 Release: https://pypi.org/pypi/httplib2/0.32.0 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.2...v0.32.0 Stubsabot analysis of the diff between the two releases: - 1 public Python file has been added: `httplib2/decode.py`. - 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: 409. - Total lines of Python code deleted: 26. 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 bca46d69b832..69b14a50a93a 100644 --- a/stubs/httplib2/METADATA.toml +++ b/stubs/httplib2/METADATA.toml @@ -1,2 +1,2 @@ -version = "0.31.2" +version = "0.32.0" upstream-repository = "https://github.com/httplib2/httplib2"