From c47dc03155d5fa4c8295cd5bc1d1a35ac0841e00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 17:20:37 +0000 Subject: [PATCH] Bump google-api-python-client from 2.73.0 to 2.79.0 Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.73.0 to 2.79.0. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Changelog](https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.73.0...v2.79.0) --- updated-dependencies: - dependency-name: google-api-python-client 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 15522e1..e061bbb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -465,14 +465,14 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0dev)"] [[package]] name = "google-api-python-client" -version = "2.73.0" +version = "2.79.0" description = "Google API Client Library for Python" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.73.0.tar.gz", hash = "sha256:7e860e3ec27b504fb797fa23c07c012a874dd736491fddbe50a20d3bdde8ace6"}, - {file = "google_api_python_client-2.73.0-py2.py3-none-any.whl", hash = "sha256:bafce2a02b06ee501df039eba5874afc7d28c9cf5ef92253327776448706556d"}, + {file = "google-api-python-client-2.79.0.tar.gz", hash = "sha256:577c0aeae1eb3c754eacb9122d369d67609fef759bc6a4fa16cafeab4f30019b"}, + {file = "google_api_python_client-2.79.0-py2.py3-none-any.whl", hash = "sha256:b9b6dc5f139892310093ba75d0df4c78f48655078953c923957dab1ec86129e7"}, ] [package.dependencies] @@ -1727,4 +1727,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.7.1,<3.12" -content-hash = "e22af5ab10595f5ffdf3f108aca27e2cde7996dfe7d38d77445cb0ecc2822cf5" +content-hash = "519227ec52e81320b8b7fae022f4ea7eeb79486c4befeaff60a4c418babeaa9b" diff --git a/pyproject.toml b/pyproject.toml index 5cc3f06..5b6f591 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = "Apache 2.0" [tool.poetry.dependencies] python = ">=3.7.1,<3.12" # Tested up to 3.11 singer-sdk = "^0.20.0" -google-api-python-client = "^2.73.0" +google-api-python-client = "^2.79.0" oauth2client = "4.1.3" [tool.poetry.dev-dependencies]