From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 08:48:24 +0000 (+0200) Subject: Chore(deps): Bump zeroconf from 0.146.5 to 0.147.0 (#2175) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=e8d2497c68cd1cad5c6519e9b99755288dc18574;p=music-assistant-server.git Chore(deps): Bump zeroconf from 0.146.5 to 0.147.0 (#2175) Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.146.5 to 0.147.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.146.5...0.147.0) --- updated-dependencies: - dependency-name: zeroconf dependency-version: 0.147.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 cd92f05b..38c11185 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "unidecode==1.4.0", "xmltodict==0.14.2", "shortuuid==1.0.13", - "zeroconf==0.146.5", + "zeroconf==0.147.0", ] description = "Music Assistant" license = {text = "Apache-2.0"} diff --git a/requirements_all.txt b/requirements_all.txt index 14269f87..6737e2de 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -56,4 +56,4 @@ websocket-client==1.8.0 xmltodict==0.14.2 yt-dlp==2025.3.31 ytmusicapi==1.10.3 -zeroconf==0.146.5 +zeroconf==0.147.0