From c95ca14453b95c68379cf4278f85c099ed0a3520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 12:52:45 +0000 Subject: [PATCH] Update zeroconf requirement from >=0.146.4 to >=0.148.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.148.0) --- updated-dependencies: - dependency-name: zeroconf dependency-version: 0.148.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..5b729ad 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.148.0