diff --git a/firebase_push_notifications/poetry.lock b/firebase_push_notifications/poetry.lock index 64e91fb25..5c6623d87 100644 --- a/firebase_push_notifications/poetry.lock +++ b/firebase_push_notifications/poetry.lock @@ -1130,13 +1130,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.148.0" +version = "2.149.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google_api_python_client-2.148.0-py2.py3-none-any.whl", hash = "sha256:cae8cbd0a9637d42d2e213c598e72427f8b879d6cf5a3dc448498aefad86e4b5"}, - {file = "google_api_python_client-2.148.0.tar.gz", hash = "sha256:c362581853582a0fec0b8a9f03a4067b4bbbb12720e5492095d166f67bb40320"}, + {file = "google_api_python_client-2.149.0-py2.py3-none-any.whl", hash = "sha256:1a5232e9cfed8c201799d9327e4d44dc7ea7daa3c6e1627fca41aa201539c0da"}, + {file = "google_api_python_client-2.149.0.tar.gz", hash = "sha256:b9d68c6b14ec72580d66001bd33c5816b78e2134b93ccc5cf8f624516b561750"}, ] [package.dependencies] @@ -2948,4 +2948,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "2e239d5e504cd18fd8829d5aedbe5c0aa5b24c03edd77a7e77cfa0ce13d28b39" +content-hash = "78173a9f9cab114b0db33df1e9571d58d8d0518fc1ee19dddd8ea9ff5827a055" diff --git a/firebase_push_notifications/pyproject.toml b/firebase_push_notifications/pyproject.toml index 6142fb8eb..701a250a7 100644 --- a/firebase_push_notifications/pyproject.toml +++ b/firebase_push_notifications/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.12" aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b1" } marshmallow = "^3.20.1" google-auth = "^2.25.2" -google-api-python-client = "^2.134.0" +google-api-python-client = "^2.149.0" requests = "^2.31.0" [tool.poetry.extras]