diff --git a/poetry.lock b/poetry.lock index 50265c4..65c5ac5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -245,7 +245,7 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2)"] [[package]] name = "google-api-python-client" -version = "2.36.0" +version = "2.37.0" description = "Google API Client Library for Python" category = "main" optional = false @@ -953,7 +953,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "<3.10,>=3.6.2" -content-hash = "356dc83b980449607a0be4b674702676ab56e806962b52863583597bc5f56aa6" +content-hash = "d85de146e5f5478a4460041c42815fd8e72ef4ace79e5b3ee3a8e64d0d9cbb01" [metadata.files] atomicwrites = [ @@ -1171,8 +1171,8 @@ google-api-core = [ {file = "google_api_core-1.31.4-py2.py3-none-any.whl", hash = "sha256:ed59c6a695a81f601e4ba0f37ca9dbde3c43b3309e161a1a8946f266db4a0c4e"}, ] google-api-python-client = [ - {file = "google-api-python-client-2.36.0.tar.gz", hash = "sha256:533c69e8ddce6630a2ce5b98348f6a58a23df49cb92040a0086315df979404af"}, - {file = "google_api_python_client-2.36.0-py2.py3-none-any.whl", hash = "sha256:9e8863dec46224d4375cf3834e27ffd4bce79858f0f00a6109a51e3e62b4f3c2"}, + {file = "google-api-python-client-2.37.0.tar.gz", hash = "sha256:39bb945d00ce5f70207a312b32418c238f3ae16559e30c4ff10dac1e0ed69244"}, + {file = "google_api_python_client-2.37.0-py2.py3-none-any.whl", hash = "sha256:8f9176e4f26c11b2561c43458da33d82425673d32298114e26d0e0a83c2011bc"}, ] google-auth = [ {file = "google-auth-1.35.0.tar.gz", hash = "sha256:b7033be9028c188ee30200b204ea00ed82ea1162e8ac1df4aa6ded19a191d88e"}, diff --git a/pyproject.toml b/pyproject.toml index 85e30ba..4bc569d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = "Apache 2.0" [tool.poetry.dependencies] python = "<3.10,>=3.6.2" singer-sdk = "^0.4.2" -google-api-python-client = "^2.36.0" +google-api-python-client = "^2.37.0" oauth2client = "4.1.3" [tool.poetry.dev-dependencies]