From b2befbe5e9007a8e0f2800ddb04503805f628a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 15:02:35 +0000 Subject: [PATCH] Bump google-auth from 2.16.1 to 2.17.2 (#624) Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.16.1 to 2.17.2. - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-python/compare/v2.16.1...v2.17.2) --- updated-dependencies: - dependency-name: google-auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d5c952a0..a6711af8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -725,14 +725,14 @@ gitdb = ">=4.0.1,<5" [[package]] name = "google-auth" -version = "2.16.1" +version = "2.17.2" description = "Google Authentication Library" category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*" files = [ - {file = "google-auth-2.16.1.tar.gz", hash = "sha256:5fd170986bce6bfd7bb5c845c4b8362edb1e0cba901e062196e83f8bb5d5d32c"}, - {file = "google_auth-2.16.1-py2.py3-none-any.whl", hash = "sha256:75d76ea857df65938e1f71dcbcd7d0cd48e3f80b34b8870ba229c9292081f7ef"}, + {file = "google-auth-2.17.2.tar.gz", hash = "sha256:295c80ebb95eac74003c07a696cf3ef6b414e9230ae8894f3843f8215fd2aa56"}, + {file = "google_auth-2.17.2-py2.py3-none-any.whl", hash = "sha256:544536a43d44dff0f64222e4d027d124989fcb9c10979687e589e1694fba9c94"}, ] [package.dependencies] @@ -2623,4 +2623,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "3b8cbe2fcd42d1b87bd98bb2a752832fbc35bbd7983a51112a6e4f808fd8a532" +content-hash = "38a8e5add7b4dd86d15923bd800af10e269a10a8dc22dca1a7249c98e5274810" diff --git a/pyproject.toml b/pyproject.toml index 72672d2e..1e4ccd6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ prometheus-client = "0.16.0" structlog = "^22.3.0" colorama = "^0.4.6" psycopg2 = "^2.9.5" -google-auth = "^2.16.1" +google-auth = "^2.17.2" [tool.poetry.dev-dependencies]