From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:27:29 +0000 (+0200) Subject: Bump zeroconf from 0.134.0 to 0.135.0 (#1687) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=510f087cd250e87c8ce2e4012a92fea96806d45e;p=music-assistant-server.git Bump zeroconf from 0.134.0 to 0.135.0 (#1687) Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.134.0 to 0.135.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.134.0...0.135.0) --- updated-dependencies: - dependency-name: zeroconf 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 f8132808..3ed7cf98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ server = [ "xmltodict==0.13.0", "orjson==3.10.7", "shortuuid==1.0.13", - "zeroconf==0.134.0", + "zeroconf==0.135.0", "cryptography==43.0.1", "ifaddr==0.2.0", ] diff --git a/requirements_all.txt b/requirements_all.txt index d9c53d8d..c19c8428 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -45,4 +45,4 @@ xmltodict==0.13.0 yt-dlp==2024.8.6 yt-dlp-youtube-accesstoken==0.1.1 ytmusicapi==1.8.1 -zeroconf==0.134.0 +zeroconf==0.135.0