Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
f26b5a6ca3 build(deps): bump google-auth-httplib2 from 0.2.0 to 0.2.1
Bumps [google-auth-httplib2](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python-httplib2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2/compare/v0.2.0...v0.2.1)

---
updated-dependencies:
- dependency-name: google-auth-httplib2
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-10 09:43:46 +00:00

12
poetry.lock generated
View File

@@ -2605,19 +2605,19 @@ urllib3 = ["packaging", "urllib3"]
[[package]]
name = "google-auth-httplib2"
version = "0.2.0"
version = "0.2.1"
description = "Google Authentication Library: httplib2 transport"
optional = false
python-versions = "*"
python-versions = ">=3.7"
groups = ["main"]
files = [
{file = "google-auth-httplib2-0.2.0.tar.gz", hash = "sha256:38aa7badf48f974f1eb9861794e9c0cb2a0511a4ec0679b1f886d108f5640e05"},
{file = "google_auth_httplib2-0.2.0-py2.py3-none-any.whl", hash = "sha256:b65a0a2123300dd71281a7bf6e64d65a0759287df52729bdd1ae2e47dc311a3d"},
{file = "google_auth_httplib2-0.2.1-py3-none-any.whl", hash = "sha256:1be94c611db91c01f9703e7f62b0a59bbd5587a95571c7b6fade510d648bc08b"},
{file = "google_auth_httplib2-0.2.1.tar.gz", hash = "sha256:5ef03be3927423c87fb69607b42df23a444e434ddb2555b73b3679793187b7de"},
]
[package.dependencies]
google-auth = "*"
httplib2 = ">=0.19.0"
google-auth = ">=1.32.0,<3.0.0"
httplib2 = ">=0.19.0,<1.0.0"
[[package]]
name = "googleapis-common-protos"