build(deps): bump google-api-python-client from 2.102.0 to 2.104.0 (#2959)

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-10-24 09:15:15 +02:00
committed by GitHub
parent 534033874e
commit f8dc88df6e
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -902,13 +902,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0dev)"]
[[package]] [[package]]
name = "google-api-python-client" name = "google-api-python-client"
version = "2.102.0" version = "2.104.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.102.0.tar.gz", hash = "sha256:906ff9b672a4d5ddad8f4073a040e59f1fba6734909c14cd49938e37be53691d"}, {file = "google-api-python-client-2.104.0.tar.gz", hash = "sha256:bbc66520e7fe9417b93fd113f2a0a1afa789d686de9009b6e94e48fdea50a60f"},
{file = "google_api_python_client-2.102.0-py2.py3-none-any.whl", hash = "sha256:ce2fb4d80eb24519ced44a1e79030866cc8a6379ed5ba6c76ba46e772cc68137"}, {file = "google_api_python_client-2.104.0-py2.py3-none-any.whl", hash = "sha256:867061526aa6dc6c1481d118e913a8a38a02a01eed589413968397ebd77df71d"},
] ]
[package.dependencies] [package.dependencies]
@@ -2889,4 +2889,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 = "955e9e2ada14c72ba2d2e17670998015773ccdaf4d8ae15f2dc53ff8729347af" content-hash = "f96453453f6da3918de453882fb090334f56966fb75255ca8edc0bb61dfcc687"

View File

@@ -38,7 +38,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.102.0" google-api-python-client = "2.104.0"
google-auth-httplib2 = "^0.1.0" google-auth-httplib2 = "^0.1.0"
mkdocs = {version = "1.5.3", optional = true} mkdocs = {version = "1.5.3", optional = true}
mkdocs-material = {version = "9.4.6", optional = true} mkdocs-material = {version = "9.4.6", optional = true}