From fc41aa90b9e2c4bdd9243959407b2c27e8a52a25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 20:03:26 +0000 Subject: [PATCH] Bump httplib2 from 0.20.4 to 0.31.0 Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.20.4 to 0.31.0. - [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG) - [Commits](https://github.com/httplib2/httplib2/compare/v0.20.4...v0.31.0) --- updated-dependencies: - dependency-name: httplib2 dependency-version: 0.31.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..b8fe5c2 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.31.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"