From 05d0b81f38466dae2202c427617125c9b3b2414a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 05:46:17 +0000 Subject: [PATCH] Bump google-api-python-client from 2.149.0 to 2.151.0 Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.149.0 to 2.151.0. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.149.0...v2.151.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_k8s.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ade62e3..9042807 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ Django~=5.0.6 django-tables2==2.7.0 django-filter==23.5 django-bootstrap5==24.2 -google-api-python-client==2.149.0 +google-api-python-client==2.151.0 httplib2==0.22.0 influxdb-client==1.46.0 msrest==0.7.1 diff --git a/requirements_k8s.txt b/requirements_k8s.txt index b60cb5c..54ab519 100644 --- a/requirements_k8s.txt +++ b/requirements_k8s.txt @@ -2,5 +2,5 @@ azure-cli==2.65.0 azure-identity==1.19.0 azure-mgmt-resource==23.1.1 boto3==1.35.39 -google_api_python_client==2.149.0 +google_api_python_client==2.151.0 kubernetes \ No newline at end of file