From 6d79908b33f9342c1cf4c72b2cf0e67a7eb35895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 14:45:54 +0000 Subject: [PATCH] Bump google-auth-oauthlib from 1.0.0 to 1.1.0 Bumps [google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python-oauthlib/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: google-auth-oauthlib 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 d361603..4710d3b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -315,13 +315,13 @@ six = "*" [[package]] name = "google-auth-oauthlib" -version = "1.0.0" +version = "1.1.0" description = "Google Authentication Library" optional = false python-versions = ">=3.6" files = [ - {file = "google-auth-oauthlib-1.0.0.tar.gz", hash = "sha256:e375064964820b47221a7e1b7ee1fd77051b6323c3f9e3e19785f78ab67ecfc5"}, - {file = "google_auth_oauthlib-1.0.0-py2.py3-none-any.whl", hash = "sha256:95880ca704928c300f48194d1770cf5b1462835b6e49db61445a520f793fd5fb"}, + {file = "google-auth-oauthlib-1.1.0.tar.gz", hash = "sha256:83ea8c3b0881e453790baff4448e8a6112ac8778d1de9da0b68010b843937afb"}, + {file = "google_auth_oauthlib-1.1.0-py2.py3-none-any.whl", hash = "sha256:089c6e587d36f4803ac7e0720c045c6a8b1fd1790088b8424975b90d0ee61c12"}, ] [package.dependencies] @@ -898,4 +898,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "83268794f687627c2e000fbd809b0922f2262d7dbc23a30fec2a2dd224ad64e7" +content-hash = "fd00b014d3947e3842714e6b968ba62992ae8abac7358cc1b081935519ab7e16" diff --git a/pyproject.toml b/pyproject.toml index 13ef755..6e6247b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ loguru = "^0.7.0" python-dateutil = "^2.8" google-api-python-client = "^2.97" google-auth-httplib2 = "^0.1" -google-auth-oauthlib = "^1.0" +google-auth-oauthlib = "^1.1" [tool.poetry.scripts] list-entrypoints = "src.list_entrypoints:main"