diff --git a/firebase_push_notifications/poetry.lock b/firebase_push_notifications/poetry.lock index e41cc6b3a..36d5a641a 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.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1084,13 +1084,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.134.0" +version = "2.137.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.134.0.tar.gz", hash = "sha256:4a8f0bea651a212997cc83c0f271fc86f80ef93d1cee9d84de7dfaeef2a858b6"}, - {file = "google_api_python_client-2.134.0-py2.py3-none-any.whl", hash = "sha256:ba05d60f6239990b7994f6328f17bb154c602d31860fb553016dc9f8ce886945"}, + {file = "google_api_python_client-2.137.0-py2.py3-none-any.whl", hash = "sha256:a8b5c5724885e5be9f5368739aa0ccf416627da4ebd914b410a090c18f84d692"}, + {file = "google_api_python_client-2.137.0.tar.gz", hash = "sha256:e739cb74aac8258b1886cb853b0722d47c81fe07ad649d7f2206f06530513c04"}, ] [package.dependencies] @@ -2779,4 +2779,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "acb5830b0f85b3290ba1553c75974c14a881463e308dc42accacd7587d054815" +content-hash = "1e776ef5d78d5dbfd333f75e1963b84e2fbf124c765498cf06fdca01d20fbc53" diff --git a/firebase_push_notifications/pyproject.toml b/firebase_push_notifications/pyproject.toml index caf19e7dc..81f44b54b 100644 --- a/firebase_push_notifications/pyproject.toml +++ b/firebase_push_notifications/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.9" aries-cloudagent = { version = ">=0.10.3, < 1.0.0", optional = true } marshmallow = "^3.20.1" google-auth = "^2.25.2" -google-api-python-client = "^2.134.0" +google-api-python-client = "^2.137.0" requests = "^2.31.0" [tool.poetry.extras]