From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 18:43:55 +0000 (+0200) Subject: Bump zeroconf from 0.70.0 to 0.71.0 (#780) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=79923a0fad39c94298edbd55e3511bd4c2b9a12a;p=music-assistant-server.git Bump zeroconf from 0.70.0 to 0.71.0 (#780) Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.70.0 to 0.71.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.70.0...0.71.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 8f1a494a..83ba24bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ server = [ "xmltodict==0.13.0", "orjson==3.9.1", "shortuuid==1.0.11", - "zeroconf==0.70.0", + "zeroconf==0.71.0", "cryptography==41.0.1", "ifaddr==0.2.0", "uvloop==0.17.0" diff --git a/requirements_all.txt b/requirements_all.txt index 7cff0b3c..4989b7e9 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.70.0 +zeroconf==0.71.0