diff --git a/poetry.lock b/poetry.lock index 4b84d16..5704869 100644 --- a/poetry.lock +++ b/poetry.lock @@ -247,19 +247,18 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2)"] [[package]] name = "google-api-python-client" -version = "1.12.8" +version = "2.36.0" description = "Google API Client Library for Python" category = "main" optional = false -python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" +python-versions = ">=3.6" [package.dependencies] -google-api-core = ">=1.21.0,<2dev" -google-auth = ">=1.16.0" -google-auth-httplib2 = ">=0.0.3" +google-api-core = ">=1.21.0,<3.0.0dev" +google-auth = ">=1.16.0,<3.0.0dev" +google-auth-httplib2 = ">=0.1.0" httplib2 = ">=0.15.0,<1dev" -six = ">=1.13.0,<2dev" -uritemplate = ">=3.0.0,<4dev" +uritemplate = ">=3.0.1,<5" [[package]] name = "google-auth" @@ -965,7 +964,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 = "5c4f72aaf8a9a66bbcc9acc29da2bcdcdf311b7aee89211911ed9cbd8cfa4b44" +content-hash = "de67e64c1c78f31d653479987dc4767985858cd86944c41f850b13a4b065be3e" [metadata.files] atomicwrites = [ @@ -1162,8 +1161,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-1.12.8.tar.gz", hash = "sha256:f3b9684442eec2cfe9f9bb48e796ef919456b82142c7528c5fd527e5224f08bb"}, - {file = "google_api_python_client-1.12.8-py2.py3-none-any.whl", hash = "sha256:3c4c4ca46b5c21196bec7ee93453443e477d82cbfa79234d1ce0645f81170eaf"}, + {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"}, ] google-auth = [ {file = "google-auth-1.35.0.tar.gz", hash = "sha256:b7033be9028c188ee30200b204ea00ed82ea1162e8ac1df4aa6ded19a191d88e"}, diff --git a/pyproject.toml b/pyproject.toml index e3e8d19..b1b27b9 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.0" -google-api-python-client = "^1.7.9" +google-api-python-client = "^2.36.0" oauth2client = "4.1.3" [tool.poetry.dev-dependencies]