From 14ea1926ad1beb56f893ca940263abc24e3e4438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:23:57 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20google-api-core=20from=202.1?= =?UTF-8?q?4.0=20to=202.17.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [google-api-core](https://github.com/googleapis/python-api-core) from 2.14.0 to 2.17.1. - [Release notes](https://github.com/googleapis/python-api-core/releases) - [Changelog](https://github.com/googleapis/python-api-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-api-core/compare/v2.14.0...v2.17.1) --- updated-dependencies: - dependency-name: google-api-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1a8a15d..60db43e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ mkdocs-material pydantic==2.5.1 pydantic-settings==2.1.0 requests==2.31.0 -google-api-core==2.14.0 +google-api-core==2.17.1 google-api-python-client==2.111.0 google-auth==2.23.4 google-auth-httplib2==0.2.0 diff --git a/setup.py b/setup.py index aa24100..ff1ffb8 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "pydantic==2.5.1", "pydantic-settings==2.1.0", "requests==2.31.0", - "google-api-core==2.14.0", + "google-api-core==2.17.1", "google-api-python-client==2.111.0", "google-auth==2.23.4", "google-auth-httplib2==0.2.0",