From fad5887b43f45efeaf230abb5d525910a9dc71e3 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sat, 30 Aug 2025 00:14:46 +0000 Subject: [PATCH] [stubsabot] Bump httplib2 to 0.30.* Release: https://pypi.org/pypi/httplib2/0.30.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.22.0...v0.30.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. - 5 files included in typeshed's stubs have been modified or renamed: `httplib2/__init__.py`, `httplib2/auth.py`, `httplib2/certs.py`, `httplib2/error.py`, `httplib2/iri2uri.py`. - Total lines of Python code added: 68. - Total lines of Python code deleted: 3450. 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 7aeadb496feb..a720b67dcbfb 100644 --- a/stubs/httplib2/METADATA.toml +++ b/stubs/httplib2/METADATA.toml @@ -1,2 +1,2 @@ -version = "0.22.*" +version = "0.30.*" upstream_repository = "https://github.com/httplib2/httplib2"