From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:32:48 +0000 (+0200) Subject: Chore(deps): Bump zeroconf from 0.147.2 to 0.148.0 (#2486) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=20969026798b82aa8030206f2bc87c8b4e0446f6;p=music-assistant-server.git Chore(deps): Bump zeroconf from 0.147.2 to 0.148.0 (#2486) Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.147.2 to 0.148.0. - [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.147.2...0.148.0) --- updated-dependencies: - dependency-name: zeroconf dependency-version: 0.148.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/pyproject.toml b/pyproject.toml index 3bc62a0b..1751b24a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "unidecode==1.4.0", "xmltodict==1.0.2", "shortuuid==1.0.13", - "zeroconf==0.147.2", + "zeroconf==0.148.0", "uv>=0.8.0", "librosa==0.11.0", "llvmlite==0.44.0", diff --git a/requirements_all.txt b/requirements_all.txt index 2173b9f9..9e1e0820 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -65,4 +65,4 @@ uv>=0.8.0 websocket-client==1.8.0 xmltodict==1.0.2 ytmusicapi==1.11.1 -zeroconf==0.147.2 +zeroconf==0.148.0