diff --git a/poetry.lock b/poetry.lock index b1a975fb..537746af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1037,13 +1037,13 @@ requests = ["requests (>=2.20.0,<3.0.0dev)"] [[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] @@ -3296,4 +3296,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "a66bf8cf59e6df613ca28d07cb686f106e3797fe1dc11a3ed9394f4534379dd5" +content-hash = "1820fff10ec1ca49cf833c4c1dbd838b3f89ee71a0264688518817951844df6c" diff --git a/pyproject.toml b/pyproject.toml index 4b66bb15..3dd32b79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ botocore = "1.29.165" colorama = "0.4.6" detect-secrets = "1.4.0" google-api-python-client = "2.110.0" -google-auth-httplib2 = "^0.1.0" +google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.20.0" mkdocs = {version = "1.5.3", optional = true} mkdocs-material = {version = "9.5.2", optional = true}