From a2d51b1886f8c8bded5b9971aaaa886a2602cb8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 07:17:54 +0000 Subject: [PATCH] Bump google-auth from 2.9.0 to 2.9.1 Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.9.0 to 2.9.1. - [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.9.0...v2.9.1) --- 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 a8ff90f..7181e8b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -149,7 +149,7 @@ uritemplate = ">=3.0.1,<5" [[package]] name = "google-auth" -version = "2.9.0" +version = "2.9.1" description = "Google Authentication Library" category = "main" optional = false @@ -543,7 +543,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "413b135d269a6c19ad7aedcd4f57df196d7130d683d842719c878ff6ad107363" +content-hash = "21d1cf2be81b46057572105aaed830e5e87f63cf57bd2ede350ace2c1cc26278" [metadata.files] atomicwrites = [ @@ -615,8 +615,8 @@ google-api-python-client = [ {file = "google_api_python_client-2.52.0-py2.py3-none-any.whl", hash = "sha256:ac8c020d4db00914df4f8981236c109959f76c699b0ded428055cf9503c737cb"}, ] google-auth = [ - {file = "google-auth-2.9.0.tar.gz", hash = "sha256:3b2f9d2f436cc7c3b363d0ac66470f42fede249c3bafcc504e9f0bcbe983cff0"}, - {file = "google_auth-2.9.0-py2.py3-none-any.whl", hash = "sha256:75b3977e7e22784607e074800048f44d6a56df589fb2abe58a11d4d20c97c314"}, + {file = "google-auth-2.9.1.tar.gz", hash = "sha256:14292fa3429f2bb1e99862554cde1ee730d6840ebae067814d3d15d8549c0888"}, + {file = "google_auth-2.9.1-py2.py3-none-any.whl", hash = "sha256:5a7eed0cb0e3a83989fad0b59fe1329dfc8c479543039cd6fd1e01e9adf39475"}, ] google-auth-httplib2 = [ {file = "google-auth-httplib2-0.1.0.tar.gz", hash = "sha256:a07c39fd632becacd3f07718dfd6021bf396978f03ad3ce4321d060015cc30ac"}, diff --git a/pyproject.toml b/pyproject.toml index 63f3146..30746fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" -google-auth = "2.9.0" +google-auth = "2.9.1" google-api-python-client = "2.52.0" icalendar = "4.1.0" pytz = "2022.1"