diff --git a/firebase_push_notifications/poetry.lock b/firebase_push_notifications/poetry.lock index ffbc6f0de..80cee51d0 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" @@ -1125,13 +1125,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.158.0" +version = "2.159.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google_api_python_client-2.158.0-py2.py3-none-any.whl", hash = "sha256:36f8c8d2e79e50f76790ca5946d2f3f8333e210dc8539a6c88e0742416474ad2"}, - {file = "google_api_python_client-2.158.0.tar.gz", hash = "sha256:b6664597a9955e04977a62752e33fe44cb35c580e190c1cb08a041893172bd67"}, + {file = "google_api_python_client-2.159.0-py2.py3-none-any.whl", hash = "sha256:baef0bb631a60a0bd7c0bf12a5499e3a40cd4388484de7ee55c1950bf820a0cf"}, + {file = "google_api_python_client-2.159.0.tar.gz", hash = "sha256:55197f430f25c907394b44fa078545ffef89d33fd4dca501b7db9f0d8e224bd6"}, ] [package.dependencies] @@ -2902,4 +2902,4 @@ aca-py = ["acapy-agent"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f6e8837f1930f1e4ac98dfdfaa0c97c7ce1d9d69a3446a7637d8c367198af84e" +content-hash = "fc9f122d83c91818c4f707987cc08f6fd3c7b96dcc929b50310c8baa49b3f5e9" diff --git a/firebase_push_notifications/pyproject.toml b/firebase_push_notifications/pyproject.toml index bbff5e72c..e44be9bcc 100644 --- a/firebase_push_notifications/pyproject.toml +++ b/firebase_push_notifications/pyproject.toml @@ -13,7 +13,7 @@ acapy-agent = { version = "~1.2.0", optional = true } marshmallow = "^3.23.3" google-auth = "^2.37.0" -google-api-python-client = "^2.158.0" +google-api-python-client = "^2.159.0" requests = "^2.31.0" [tool.poetry.extras]