diff --git a/firebase_push_notifications/poetry.lock b/firebase_push_notifications/poetry.lock index 952e19040..17f61a537 100644 --- a/firebase_push_notifications/poetry.lock +++ b/firebase_push_notifications/poetry.lock @@ -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.153.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.153.0-py2.py3-none-any.whl", hash = "sha256:6ff13bbfa92a57972e33ec3808e18309e5981b8ca1300e5da23bf2b4d6947384"}, + {file = "google_api_python_client-2.153.0.tar.gz", hash = "sha256:35cce8647f9c163fc04fb4d811fc91aae51954a2bdd74918decbe0e65d791dd2"}, ] [package.dependencies] @@ -2856,4 +2856,4 @@ aca-py = ["acapy-agent"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "ef83ff6e5397f518d58b826c4fffb598979f7f937765e0ea5cbae531ca201686" +content-hash = "64b2e6dfff4fac1047d4f6eda92c2e4f1133b85fe3b12110b50948b39f69cda9" diff --git a/firebase_push_notifications/pyproject.toml b/firebase_push_notifications/pyproject.toml index 8d51858a4..b8cb78d7c 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.153.0" requests = "^2.31.0" [tool.poetry.extras]