From 8ce005ade1b0a89d5166395efda2df8e5cf26b6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 23:05:41 +0000 Subject: [PATCH] Bump pubnub from 8.1.0 to 9.1.0 Bumps [pubnub](https://github.com/pubnub/python) from 8.1.0 to 9.1.0. - [Release notes](https://github.com/pubnub/python/releases) - [Changelog](https://github.com/pubnub/python/blob/master/CHANGELOG.md) - [Commits](https://github.com/pubnub/python/compare/v8.1.0...v9.1.0) --- updated-dependencies: - dependency-name: pubnub dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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"