diff --git a/poetry.lock b/poetry.lock index fca09324..8beef51e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -864,13 +864,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0dev)"] [[package]] name = "google-api-python-client" -version = "2.90.0" +version = "2.91.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.90.0.tar.gz", hash = "sha256:cbcb3ba8be37c6806676a49df16ac412077e5e5dc7fa967941eff977b31fba03"}, - {file = "google_api_python_client-2.90.0-py2.py3-none-any.whl", hash = "sha256:4a41ffb7797d4f28e44635fb1e7076240b741c6493e7c3233c0e4421cec7c913"}, + {file = "google-api-python-client-2.91.0.tar.gz", hash = "sha256:d9385ad6e7f95eecd40f7c81e3abfe4b6ad3a84f2c16bcdb66fb7b8dd814ed56"}, + {file = "google_api_python_client-2.91.0-py2.py3-none-any.whl", hash = "sha256:6959d21d4b20c0f65c69662ca7b6a8a02fc08f3e7f72d70b28ae3e6e3a5f9ab2"}, ] [package.dependencies] @@ -2772,4 +2772,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "b27ae52465a9831bf83e635445aa315a36b5199ee140af8e1fb15be1a89679af" +content-hash = "79612595d899eebc1b456fb4e4929280d41f536b6647af416bbfc64bc8042336" diff --git a/pyproject.toml b/pyproject.toml index 5b5da30c..cbb5ba75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ boto3 = "1.26.161" botocore = "1.29.165" colorama = "0.4.6" detect-secrets = "1.4.0" -google-api-python-client = "2.90.0" +google-api-python-client = "2.91.0" mkdocs = {version = "1.4.3", optional = true} mkdocs-material = {version = "9.1.18", optional = true} msgraph-core = "0.2.2"