From 385345c4bf329cf2908e8729365ad127ebab4879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 12:52:32 +0000 Subject: [PATCH] Update zeroconf requirement from >=0.146.4 to >=0.150.0 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.150.0) --- updated-dependencies: - dependency-name: zeroconf dependency-version: 0.150.0 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..33002d7 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.150.0