From a3b3954f39eba15ef5027f3fb986507a3dd18b6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 06:32:31 +0000 Subject: [PATCH] Bump google-auth from 2.3.2 to 2.3.3 Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.3.2 to 2.3.3. - [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.3.2...v2.3.3) --- updated-dependencies: - dependency-name: google-auth dependency-type: direct:production update-type: version-update:semver-patch ... 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 aca25bf..422ccfc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -117,7 +117,7 @@ uritemplate = ">=3.0.0,<5" [[package]] name = "google-auth" -version = "2.3.2" +version = "2.3.3" description = "Google Authentication Library" category = "main" optional = false @@ -455,7 +455,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "c3689136556e730e5ee08b434fc4d26675015ccc596916fb18045a60f4943ca9" +content-hash = "813bc2ceec4a49c3b66dc43965f215621ae65a35909d30b041d591e1ab98c736" [metadata.files] atomicwrites = [ @@ -498,8 +498,8 @@ google-api-python-client = [ {file = "google_api_python_client-2.31.0-py2.py3-none-any.whl", hash = "sha256:d9f1539db48abfea3d7d65e4cfba258a5a95c901e99fb49c7cfe4de99921a757"}, ] google-auth = [ - {file = "google-auth-2.3.2.tar.gz", hash = "sha256:2dc5218ee1192f9d67147cece18f47a929a9ef746cb69c50ab5ff5cfc983647b"}, - {file = "google_auth-2.3.2-py2.py3-none-any.whl", hash = "sha256:6e99f4b3b099feb50de20302f2f8987c1c36e80a3f856ce852675bdf7a0935d3"}, + {file = "google-auth-2.3.3.tar.gz", hash = "sha256:d83570a664c10b97a1dc6f8df87e5fdfff012f48f62be131e449c20dfc32630e"}, + {file = "google_auth-2.3.3-py2.py3-none-any.whl", hash = "sha256:a348a50b027679cb7dae98043ac8dbcc1d7951f06d8387496071a1e05a2465c0"}, ] google-auth-httplib2 = [ {file = "google-auth-httplib2-0.1.0.tar.gz", hash = "sha256:a07c39fd632becacd3f07718dfd6021bf396978f03ad3ce4321d060015cc30ac"}, diff --git a/pyproject.toml b/pyproject.toml index 5c9edb4..2fb1542 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.6" -google-auth = "2.3.2" +google-auth = "2.3.3" google-api-python-client = "2.31.0" icalendar = "4.0.9" pytz = "2021.3"