From dbf698d35169a95e0a98b7b767756ce94f503e84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 14:44:05 +0000 Subject: [PATCH] Bump google-auth-httplib2 from 0.1.1 to 0.2.0 Bumps [google-auth-httplib2](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2) from 0.1.1 to 0.2.0. - [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.1.1...v0.2.0) --- updated-dependencies: - dependency-name: google-auth-httplib2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6810987..e3bd7b8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -299,13 +299,13 @@ requests = ["requests (>=2.20.0,<3.0.0.dev0)"] [[package]] name = "google-auth-httplib2" -version = "0.1.1" +version = "0.2.0" description = "Google Authentication Library: httplib2 transport" optional = false python-versions = "*" files = [ - {file = "google-auth-httplib2-0.1.1.tar.gz", hash = "sha256:c64bc555fdc6dd788ea62ecf7bccffcf497bf77244887a3f3d7a5a02f8e3fc29"}, - {file = "google_auth_httplib2-0.1.1-py2.py3-none-any.whl", hash = "sha256:42c50900b8e4dcdf8222364d1f0efe32b8421fb6ed72f2613f12f75cc933478c"}, + {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"}, ] [package.dependencies] @@ -897,4 +897,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "1053ecc9f8fe7f2a02e1838b0216eb30a4fa35aac54580b559e0f964503b44db" +content-hash = "95826bf6e43be5694b49b83ba860131389c1a128d1e757a23f47da146f115aed" diff --git a/pyproject.toml b/pyproject.toml index b0d1c86..686e235 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ rich = "^13.7" loguru = "^0.7.2" python-dateutil = "^2.8" google-api-python-client = "^2.109" -google-auth-httplib2 = "^0.1" +google-auth-httplib2 = "^0.2" google-auth-oauthlib = "^1.1" [tool.poetry.scripts]