From 5c7bae4d561f9afd71a00e87785027dc24795060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 20:21:39 +0000 Subject: [PATCH] Bump httplib2 from 0.20.4 to 0.30.0 Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.20.4 to 0.30.0. - [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG) - [Commits](https://github.com/httplib2/httplib2/compare/v0.20.4...v0.30.0) --- updated-dependencies: - dependency-name: httplib2 dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9a5feb4..88cf394 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ google-auth-oauthlib==0.5.2; python_version >= "3.6" google-auth==2.9.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7" googleapis-common-protos==1.56.4; python_version >= "3.7" h11==0.13.0; python_version >= "3.7" -httplib2==0.20.4; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7" +httplib2==0.30.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7" httptools==0.4.0; python_version >= "3.7" and python_full_version >= "3.5.0" idna==3.3; python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "4" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6") itsdangerous==2.1.2; python_version >= "3.7"