diff --git a/poetry.lock b/poetry.lock index 3760103..619e13b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -932,12 +932,12 @@ files = [ [[package]] name = "pubnub" -version = "8.1.0" +version = "9.1.0" description = "PubNub Real-time push service in the cloud" optional = false python-versions = ">=3.7" files = [ - {file = "pubnub-8.1.0.tar.gz", hash = "sha256:088c124209d8443c4b940fddbd65279a778db5e435a9779eadca9681b72f0d66"}, + {file = "pubnub-9.1.0.tar.gz", hash = "sha256:72fc0e0ee9f5073329bff4091e518bc698f55e454810225f2a673d44a669436c"}, ] [package.dependencies] @@ -1352,4 +1352,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "19e727a6bfbc56d8452a215cbc7b598c0fe39693dc441507f48cddfc2c7cd750" +content-hash = "d835a49dc09edd67a08b787faa887e0c342ad07150eeb181dbe90cad8100814e" diff --git a/pyproject.toml b/pyproject.toml index bf79b42..43845ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ keywords = ["Vivint", "alarm system", "security", "smart home", "home automation python = "^3.9.0" aiohttp = "^3.8.5" certifi = ">=2022.9.24,<2025.0.0" -pubnub = ">=7,<9" +pubnub = ">=7,<10" grpcio = "^1.51.1" protobuf = ">=4.23.1,<6.0.0" pyjwt = "^2.9.0"