build(deps): bump google-api-python-client from 2.92.0 to 2.93.0 (#2597)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-07-18 10:52:26 +02:00
committed by GitHub
parent 18f02fac68
commit 605b07901e
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -868,13 +868,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0dev)"]
[[package]] [[package]]
name = "google-api-python-client" name = "google-api-python-client"
version = "2.92.0" version = "2.93.0"
description = "Google API Client Library for Python" description = "Google API Client Library for Python"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "google-api-python-client-2.92.0.tar.gz", hash = "sha256:f38a6e106a7417719715506d36f0a233ec253335e422bda311352866a86c4187"}, {file = "google-api-python-client-2.93.0.tar.gz", hash = "sha256:62ee28e96031a10a1c341f226a75ac6a4f16bdb1d888dc8222b2cdca133d0031"},
{file = "google_api_python_client-2.92.0-py2.py3-none-any.whl", hash = "sha256:e0b74ed5fa9bdb07a66fb030d3f4cae550ed1c07e23600d86450d3c3c5efae51"}, {file = "google_api_python_client-2.93.0-py2.py3-none-any.whl", hash = "sha256:f34abb671afd488bd19d30721ea20fb30d3796ddd825d6f91f26d8c718a9f07d"},
] ]
[package.dependencies] [package.dependencies]
@@ -2875,4 +2875,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "70ebd5b5adad5e25f8415059f3bd803821a65dbe83a172fd1c66f3675cb490b6" content-hash = "0cfe3efc8dd4b156cdace7f43100c78d5d2cb51d5c40a0d0e254fde9c8142fcb"

View File

@@ -37,7 +37,7 @@ boto3 = "1.26.165"
botocore = "1.29.165" botocore = "1.29.165"
colorama = "0.4.6" colorama = "0.4.6"
detect-secrets = "1.4.0" detect-secrets = "1.4.0"
google-api-python-client = "2.92.0" google-api-python-client = "2.93.0"
mkdocs = {version = "1.4.3", optional = true} mkdocs = {version = "1.4.3", optional = true}
mkdocs-material = {version = "9.1.18", optional = true} mkdocs-material = {version = "9.1.18", optional = true}
msgraph-core = "0.2.2" msgraph-core = "0.2.2"