From 816844c3fb13e987105d5e1511f3b153b4b6f37b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 22:31:52 +0000 Subject: [PATCH] Update zeroconf requirement from >=0.146.4 to >=0.149.7 Updates the requirements on [zeroconf](https://github.com/python-zeroconf/python-zeroconf) to permit the latest version. - [Release notes](https://github.com/python-zeroconf/python-zeroconf/releases) - [Changelog](https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-zeroconf/python-zeroconf/compare/0.146.4...0.149.7) --- updated-dependencies: - dependency-name: zeroconf dependency-version: 0.149.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d34886e..d38f0a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ pycryptodomex>=3.22.0 pyogg>=0.6.14a.1 requests>=2.32.3 websocket-client>=1.8.0 -zeroconf>=0.146.4 +zeroconf>=0.149.7