From 5b9e4cef1e84b303c3af3ba98f5b476138a9cbc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 03:19:05 +0000 Subject: [PATCH] build(deps): bump google-auth-oauthlib from 1.2.4 to 1.3.0 Bumps [google-auth-oauthlib](https://github.com/googleapis/google-cloud-python) from 1.2.4 to 1.3.0. - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-python/compare/google-auth-oauthlib-v1.2.4...google-auth-oauthlib-v1.3.0) --- updated-dependencies: - dependency-name: google-auth-oauthlib dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index dd6ba55b..7806dade 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1010,11 +1010,11 @@ description = "Cross-platform colored terminal text." optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" groups = ["main", "dev"] -markers = "platform_system == \"Windows\" or sys_platform == \"win32\"" files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] +markers = {main = "sys_platform == \"win32\" or platform_system == \"Windows\"", dev = "platform_system == \"Windows\" or sys_platform == \"win32\""} [[package]] name = "coverage" @@ -2185,14 +2185,14 @@ httplib2 = ">=0.19.0,<1.0.0" [[package]] name = "google-auth-oauthlib" -version = "1.2.4" +version = "1.3.0" description = "Google Authentication Library" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "google_auth_oauthlib-1.2.4-py3-none-any.whl", hash = "sha256:0e922eea5f2baacaf8867febb782e46e7b153236c21592ed76ab3ddb77ffd772"}, - {file = "google_auth_oauthlib-1.2.4.tar.gz", hash = "sha256:3ca93859c6cc9003c8e12b2a0868915209d7953f05a70f4880ab57d57e56ee3e"}, + {file = "google_auth_oauthlib-1.3.0-py3-none-any.whl", hash = "sha256:386b3fb85cf4a5b819c6ad23e3128d975216b4cac76324de1d90b128aaf38f29"}, + {file = "google_auth_oauthlib-1.3.0.tar.gz", hash = "sha256:cd39e807ac7229d6b8b9c1e297321d36fcc8a9e4857dff4301870985df51a528"}, ] [package.dependencies] @@ -5332,4 +5332,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "~3.13" -content-hash = "38cc794823b03a9c8dec650cc5c7979fa1f19c493822bb51b97a881c08ad084b" +content-hash = "40ecbbbb120e25fe0cf31ad7af5c2d2b0d5df233153a948440e8246f097f7531" diff --git a/pyproject.toml b/pyproject.toml index 38775103..6c324248 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ drf-spectacular = "^0.25.1" google = "^3.0.0" google-api-python-client = "^2.86.0" google-auth-httplib2 = "^0.3.0" -google-auth-oauthlib = "^1.2.4" +google-auth-oauthlib = "^1.3.0" gunicorn = "^25.1.0" Pillow = "^12.1.1" psycopg2 = "^2.9.10"