From 950ad3acaa4f0723b8dc2f806bf1997ec844d142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 19:31:20 +0000 Subject: [PATCH] Bump google-api-python-client in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [google-api-python-client](https://github.com/googleapis/google-api-python-client). Updates `google-api-python-client` from 2.189.0 to 2.190.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.189.0...v2.190.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-version: 2.190.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5c7a17d..65176d6 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.189.0" +version = "2.190.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "google_api_python_client-2.189.0-py3-none-any.whl", hash = "sha256:a258c09660a49c6159173f8bbece171278e917e104a11f0640b34751b79c8a1a"}, - {file = "google_api_python_client-2.189.0.tar.gz", hash = "sha256:45f2d8559b5c895dde6ad3fb33de025f5cb2c197fa5862f18df7f5295a172741"}, + {file = "google_api_python_client-2.190.0-py3-none-any.whl", hash = "sha256:d9b5266758f96c39b8c21d9bbfeb4e58c14dbfba3c931f7c5a8d7fdcd292dd57"}, + {file = "google_api_python_client-2.190.0.tar.gz", hash = "sha256:5357f34552e3724d80d2604c8fa146766e0a9d6bb0afada886fafed9feafeef6"}, ] [package.dependencies] @@ -1001,4 +1001,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "5058a8c4709d3d5af4dd3197e7365f254fa7c8cd5815e92487e70acde97a8c57" +content-hash = "e0fb3770a5981e739065196ddc88e44327a866dfd7e8c239cf8bf7e056a8c891" diff --git a/pyproject.toml b/pyproject.toml index 42dfcb8..2f93a49 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.189.0" +google-api-python-client = "^2.190.0" google-auth-oauthlib = "^1.2.4" [tool.poetry.dev-dependencies]