From de9a49726f604c332afa4696f15db5c0f8b04566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:08:34 +0000 Subject: [PATCH] chore(deps-dev): update google-auth-httplib2 requirement Updates the requirements on [google-auth-httplib2](https://github.com/googleapis/google-cloud-python) to permit the latest version. - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-python/compare/dlp-0.2.0...google-auth-httplib2-v0.4.0) --- updated-dependencies: - dependency-name: google-auth-httplib2 dependency-version: 0.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5eb6947e..283160f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ calendar = [ "google-api-python-client>=2.0", "google-auth>=2.0", "google-auth-oauthlib>=1.0", - "google-auth-httplib2>=0.2", + "google-auth-httplib2>=0.4.0", "caldav>=1.3", "icalendar>=5.0", "cryptography>=41.0",