From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 12:35:59 +0000 (+0200) Subject: Bump zeroconf from 0.71.4 to 0.74.0 (#827) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=b63535a6f21c76972dde22f4c97d59b0fe63ae49;p=music-assistant-server.git Bump zeroconf from 0.71.4 to 0.74.0 (#827) Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.71.4 to 0.74.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.71.4...0.74.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 d846d9e3..3b7262fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ server = [ "xmltodict==0.13.0", "orjson==3.9.2", "shortuuid==1.0.11", - "zeroconf==0.71.4", + "zeroconf==0.74.0", "cryptography==41.0.3", "ifaddr==0.2.0", "uvloop==0.17.0" diff --git a/requirements_all.txt b/requirements_all.txt index 3e4fe965..b755e0cd 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -32,4 +32,4 @@ unidecode==1.3.6 uvloop==0.17.0 xmltodict==0.13.0 ytmusicapi==1.1.1 -zeroconf==0.71.4 +zeroconf==0.74.0