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]