From 9accd007d3dd41eacafa83a673c103e2170fed96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:07:38 +0000 Subject: [PATCH] chore(deps-dev): update google-auth requirement from >=2.0 to >=2.53.0 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.53.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5eb6947e..45088e81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,10 +43,10 @@ dependencies = [ telegram = ["python-telegram-bot[webhooks]>=21.0"] discord = ["discord.py>=2.3"] slack = ["slack-sdk>=3.0"] -google = ["google-auth>=2.0", "google-api-python-client>=2.0"] +google = ["google-auth>=2.53.0", "google-api-python-client>=2.0"] calendar = [ "google-api-python-client>=2.0", - "google-auth>=2.0", + "google-auth>=2.53.0", "google-auth-oauthlib>=1.0", "google-auth-httplib2>=0.2", "caldav>=1.3",