From 25b5d70b83ffde55ac8915d7826b770f58916c1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 00:03:45 +0000 Subject: [PATCH] chore(deps): update zeroconf requirement 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.131.0...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 7d54b5d..7ff8267 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ fastapi>=0.109.0,<1.0 uvicorn[standard]>=0.27.0,<1.0 httpx>=0.26.0,<1.0 pyyaml>=6.0,<7.0 -zeroconf>=0.131.0,<1.0 +zeroconf>=0.148.0,<1.0 watchdog>=4.0.0,<7.0