diff --git a/poetry.lock b/poetry.lock index 0e90d28..279d28b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -263,14 +263,14 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.192.0" +version = "2.193.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "google_api_python_client-2.192.0-py3-none-any.whl", hash = "sha256:63a57d4457cd97df1d63eb89c5fda03c5a50588dcbc32c0115dd1433c08f4b62"}, - {file = "google_api_python_client-2.192.0.tar.gz", hash = "sha256:d48cfa6078fadea788425481b007af33fe0ab6537b78f37da914fb6fc112eb27"}, + {file = "google_api_python_client-2.193.0-py3-none-any.whl", hash = "sha256:c42aa324b822109901cfecab5dc4fc3915d35a7b376835233c916c70610322db"}, + {file = "google_api_python_client-2.193.0.tar.gz", hash = "sha256:8f88d16e89d11341e0a8b199cafde0fb7e6b44260dffb88d451577cbd1bb5d33"}, ] [package.dependencies] @@ -1040,4 +1040,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "5986f67463fc8b974c9f465ad6d38f67864e472cdd9f7ac9cb2f72468acb91e3" +content-hash = "a6c3b392a50f99adce71fd26e502473d75dfde9b38fcf18208f36cc3947261b8" diff --git a/pyproject.toml b/pyproject.toml index 8c1ba05..fcc0157 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ configparser = "^7.2.0" argparse = "^1.4.0" pdf2image = "^1.17.0" google-cloud-vision = "^3.12.1" -google-api-python-client = "^2.192.0" +google-api-python-client = "^2.193.0" google-auth-oauthlib = "^1.3.0" [tool.poetry.dev-dependencies]