From db6a6b7ffe22eccb6d6cb63a072518a06ec039b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 03:29:25 +0000 Subject: [PATCH] deps(deps): update google-auth requirement from ~=2.41 to ~=2.49 Updates the requirements on [google-auth](https://github.com/googleapis/google-auth-library-python) to permit the latest version. - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-python/commits) --- updated-dependencies: - dependency-name: google-auth dependency-version: 2.49.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7edfa1d..2f35847 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "aiofiles>=24.1,<25.2", "scikit-learn~=1.8.0", "markdown-it-py~=4.0", - "google-auth~=2.41", + "google-auth~=2.49", "pydantic~=2.12", "python-dotenv~=1.2", ]