From 87a3ad487ec7fbd064cbcac87f9517749e4bbb9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:02:11 +0000 Subject: [PATCH] build(deps): bump google-api-python-client Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.151.0 to 2.156.0. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.151.0...v2.156.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- firebase_push_notifications/poetry.lock | 10 +++++----- firebase_push_notifications/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/firebase_push_notifications/poetry.lock b/firebase_push_notifications/poetry.lock index 952e19040..affa8ba5f 100644 --- a/firebase_push_notifications/poetry.lock +++ b/firebase_push_notifications/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "acapy-agent" @@ -1087,13 +1087,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.151.0" +version = "2.156.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google_api_python_client-2.151.0-py2.py3-none-any.whl", hash = "sha256:4427b2f47cd88b0355d540c2c52215f68c337f3bc9d6aae1ceeae4525977504c"}, - {file = "google_api_python_client-2.151.0.tar.gz", hash = "sha256:a9d26d630810ed4631aea21d1de3e42072f98240aaf184a8a1a874a371115034"}, + {file = "google_api_python_client-2.156.0-py2.py3-none-any.whl", hash = "sha256:6352185c505e1f311f11b0b96c1b636dcb0fec82cd04b80ac5a671ac4dcab339"}, + {file = "google_api_python_client-2.156.0.tar.gz", hash = "sha256:b809c111ded61716a9c1c7936e6899053f13bae3defcdfda904bd2ca68065b9c"}, ] [package.dependencies] @@ -2856,4 +2856,4 @@ aca-py = ["acapy-agent"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "ef83ff6e5397f518d58b826c4fffb598979f7f937765e0ea5cbae531ca201686" +content-hash = "dcf3cfc3e2b9a9dd4441b760fc2c7c8b9cde036fc93f360951d74e16731cd3e1" diff --git a/firebase_push_notifications/pyproject.toml b/firebase_push_notifications/pyproject.toml index 8d51858a4..2f83c025b 100644 --- a/firebase_push_notifications/pyproject.toml +++ b/firebase_push_notifications/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.12" acapy-agent = { version = "~1.1.0", optional = true } marshmallow = "^3.20.1" google-auth = "^2.33.0" -google-api-python-client = "^2.151.0" +google-api-python-client = "^2.156.0" requests = "^2.31.0" [tool.poetry.extras]