From cb0629b34269d3c5163886055509c0f3c7b1d8cc Mon Sep 17 00:00:00 2001 From: Ruslan Sayfutdinov Date: Mon, 6 Sep 2021 12:02:32 +0100 Subject: [PATCH] Bump glocaltokens to 0.5.0 (#326) --- custom_components/google_home/manifest.json | 2 +- poetry.lock | 16 ++++++++-------- pyproject.toml | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/custom_components/google_home/manifest.json b/custom_components/google_home/manifest.json index 8cba31498..7d4427246 100644 --- a/custom_components/google_home/manifest.json +++ b/custom_components/google_home/manifest.json @@ -7,7 +7,7 @@ "domain": "google_home", "issue_tracker": "https://github.com/leikoilja/ha-google-home/issues", "name": "Google Home", - "requirements": ["glocaltokens==0.4.0"], + "requirements": ["glocaltokens==0.5.0"], "version": "1.7.0", "zeroconf": ["_googlecast._tcp.local."], "iot_class": "cloud_polling" diff --git a/poetry.lock b/poetry.lock index d90f37891..06b6ec5ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -352,7 +352,7 @@ test = ["coverage (>=4.0.0,<5.0.0)", "pytest (>=4)", "pytest-cov (>=2)", "flake8 [[package]] name = "glocaltokens" -version = "0.4.0" +version = "0.5.0" description = "Tool to extract Google device local authentication tokens in Python" category = "main" optional = false @@ -364,7 +364,7 @@ grpcio = "1.31.0" grpcio-tools = "1.31.0" requests = ">=2.25.1,<3.0.0" simplejson = ">=3.17.2,<4.0.0" -zeroconf = ">=0.28.8,<0.30.0" +zeroconf = ">=0.36.2,<0.37.0" [[package]] name = "gpsoauth" @@ -950,7 +950,7 @@ multidict = ">=4.0" [[package]] name = "zeroconf" -version = "0.29.0" +version = "0.36.2" description = "Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)" category = "main" optional = false @@ -962,7 +962,7 @@ ifaddr = ">=0.1.7" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "4af816af3c930b4ffe8ec11822dbca4b69004a34bedc936e51c9a930fb066d8c" +content-hash = "4b4bc078fd7d453c10d663f7f94c3df899ee6eed504814af78e5664ef55e98fc" [metadata.files] aiohttp = [ @@ -1201,8 +1201,8 @@ flake8-use-fstring = [ {file = "flake8-use-fstring-1.1.tar.gz", hash = "sha256:a0eea849ffe33fb6903c210c243c0f418da86a530e46cb13e64f1bdb045f22dc"}, ] glocaltokens = [ - {file = "glocaltokens-0.4.0-py3-none-any.whl", hash = "sha256:35771e38057ef68ce94224891e05aabece0e0acad2c28c1d8b77f48402fb94c9"}, - {file = "glocaltokens-0.4.0.tar.gz", hash = "sha256:e27740d67b6170caf3241cd497e78f683ee71727b754469d7fc036ab1113b5aa"}, + {file = "glocaltokens-0.5.0-py3-none-any.whl", hash = "sha256:8c05bc4c29643460592fc7c92b52b3911db2b80189f4ec7cb5d3f29fa234fd8f"}, + {file = "glocaltokens-0.5.0.tar.gz", hash = "sha256:ae0d37b46da1c9494c5f93f8a07ed9b397619ba3f8eec8c30ef7b56bdd55b4d8"}, ] gpsoauth = [ {file = "gpsoauth-1.0.0-py3-none-any.whl", hash = "sha256:149c374863eec17cdac5279d57e4905592a9cd74cc34b7e58671cb19f9238f39"}, @@ -1808,6 +1808,6 @@ yarl = [ {file = "yarl-1.6.3.tar.gz", hash = "sha256:8a9066529240171b68893d60dca86a763eae2139dd42f42106b03cf4b426bf10"}, ] zeroconf = [ - {file = "zeroconf-0.29.0-py3-none-any.whl", hash = "sha256:85fdeeef88b08965ab87559177457cfdb5dd2e4bc62a476208c2473a51dfa0b2"}, - {file = "zeroconf-0.29.0.tar.gz", hash = "sha256:7aefbb658b452b1fd7e51124364f938c6f5e42d6ea893fa2557bea8c06c540af"}, + {file = "zeroconf-0.36.2-py3-none-any.whl", hash = "sha256:c2fbc3ace3a58d9f45912da055eb7bd7ca6ee0da849239a5be38548b624fd1a5"}, + {file = "zeroconf-0.36.2.tar.gz", hash = "sha256:9f00378e0510bf02e2e9e77ce5816b1783fdbf62704eb15753a8b5d6d615b811"}, ] diff --git a/pyproject.toml b/pyproject.toml index dafac5ac4..7400d0ea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,9 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.8" -glocaltokens = "0.4.0" +glocaltokens = "0.5.0" homeassistant = "2021.8.0" -zeroconf = "^0.29.0" +zeroconf = "^0.36.2" [tool.poetry.dev-dependencies] black = "^21.8b0"