From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 09:21:41 +0000 (+0200) Subject: Chore(deps): Bump zeroconf from 0.147.0 to 0.147.2 (#2384) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=fe0daee2d0915f9c10f7486761f701f8ee6b1469;p=music-assistant-server.git Chore(deps): Bump zeroconf from 0.147.0 to 0.147.2 (#2384) Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.147.0 to 0.147.2. - [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.0...0.147.2) --- updated-dependencies: - dependency-name: zeroconf dependency-version: 0.147.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 bcf55cbd..939cfd78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "unidecode==1.4.0", "xmltodict==0.14.2", "shortuuid==1.0.13", - "zeroconf==0.147.0", + "zeroconf==0.147.2", "uv>=0.8.0", ] description = "Music Assistant" diff --git a/requirements_all.txt b/requirements_all.txt index 24106da4..1b714931 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -58,4 +58,4 @@ uv>=0.8.0 websocket-client==1.8.0 xmltodict==0.14.2 ytmusicapi==1.10.3 -zeroconf==0.147.0 +zeroconf==0.147.2