From a32af4c80d38c00c8ba57eb5d59ad7dd7aefc31b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 23:37:01 +0000 Subject: [PATCH] Bump httplib2 from 0.22.0 to 0.32.0 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [httplib2](https://github.com/httplib2/httplib2). Updates `httplib2` from 0.22.0 to 0.32.0 - [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG) - [Commits](https://github.com/httplib2/httplib2/compare/v0.22.0...v0.32.0) --- updated-dependencies: - dependency-name: httplib2 dependency-version: 0.32.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8bf978ea..661c1403 100644 --- a/poetry.lock +++ b/poetry.lock @@ -867,18 +867,18 @@ grpc = ["grpcio (>=1.44.0,<2.0.0)"] [[package]] name = "httplib2" -version = "0.22.0" +version = "0.32.0" description = "A comprehensive HTTP client library." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.8" groups = ["main"] files = [ - {file = "httplib2-0.22.0-py3-none-any.whl", hash = "sha256:14ae0a53c1ba8f3d37e9e27cf37eabb0fb9980f435ba405d546948b009dd64dc"}, - {file = "httplib2-0.22.0.tar.gz", hash = "sha256:d7a10bc5ef5ab08322488bde8c726eeee5c8618723fdb399597ec58f3d82df81"}, + {file = "httplib2-0.32.0-py3-none-any.whl", hash = "sha256:dc6705cacdf3fb0a2aba7629fa33c90fd93e30035db0c157325826be177e4816"}, + {file = "httplib2-0.32.0.tar.gz", hash = "sha256:48a0ef30a42db65d8f3399045e1d09ab0ba66e3b9efc360d07f80ea55d286025"}, ] [package.dependencies] -pyparsing = {version = ">=2.4.2,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.0.2 || >3.0.2,<3.0.3 || >3.0.3,<4", markers = "python_version > \"3.0\""} +pyparsing = ">=3.1,<4" [[package]] name = "idna" @@ -2335,4 +2335,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.11" -content-hash = "866e71dc35a95b9d003479fd963cfde15420e2554ab81e62b17e59e906674435" +content-hash = "3a7d0420bca75183f5aa006e80ecc16e348544ee5f000b4bd69f92865af70f68" diff --git a/pyproject.toml b/pyproject.toml index 62e3b94b..5e25f349 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ azure-storage-blob = "^12.18.1" boto3 = "^1.28.20" botocore = ">=1.29.135" google-api-python-client = "^2.95.0" -httplib2 = "^0.22.0" +httplib2 = ">=0.22,<0.33" msrest = "^0.7.1" msrestazure = "^0.6.4" netaddr = "^0.8.0"