diff --git a/poetry.lock b/poetry.lock index 94d174f..2c2e3a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -299,13 +299,13 @@ requests = ["requests (>=2.20.0,<3.0.0.dev0)"] [[package]] name = "google-auth-httplib2" -version = "0.1.1" +version = "0.2.0" description = "Google Authentication Library: httplib2 transport" optional = false python-versions = "*" files = [ - {file = "google-auth-httplib2-0.1.1.tar.gz", hash = "sha256:c64bc555fdc6dd788ea62ecf7bccffcf497bf77244887a3f3d7a5a02f8e3fc29"}, - {file = "google_auth_httplib2-0.1.1-py2.py3-none-any.whl", hash = "sha256:42c50900b8e4dcdf8222364d1f0efe32b8421fb6ed72f2613f12f75cc933478c"}, + {file = "google-auth-httplib2-0.2.0.tar.gz", hash = "sha256:38aa7badf48f974f1eb9861794e9c0cb2a0511a4ec0679b1f886d108f5640e05"}, + {file = "google_auth_httplib2-0.2.0-py2.py3-none-any.whl", hash = "sha256:b65a0a2123300dd71281a7bf6e64d65a0759287df52729bdd1ae2e47dc311a3d"}, ] [package.dependencies] @@ -897,4 +897,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f814a16810556f2a7cdcf159042e170c748a408723f6a74dc1e44a3b06bb2477" +content-hash = "125a87d809762e0e2db0a02c7e70dc4c761a01017f7e82f404f6f1a8b3af6873" diff --git a/pyproject.toml b/pyproject.toml index 9aa4506..343a73a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ rich = "^13.7" loguru = "^0.7.2" python-dateutil = "^2.8" google-api-python-client = "^2.109" -google-auth-httplib2 = "^0.1" +google-auth-httplib2 = "^0.2" google-auth-oauthlib = "^1.2" [tool.poetry.scripts]