From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 21:44:42 +0000 (+0200) Subject: Bump zeroconf from 0.71.0 to 0.71.4 (#794) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=2132ce4e88956c45a2e10d2cbe7a19c43998e247;p=music-assistant-server.git Bump zeroconf from 0.71.0 to 0.71.4 (#794) Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.71.0 to 0.71.4. - [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.0...0.71.4) --- updated-dependencies: - dependency-name: zeroconf 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 92f94bfe..3872cf32 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.0", + "zeroconf==0.71.4", "cryptography==41.0.2", "ifaddr==0.2.0", "uvloop==0.17.0" diff --git a/requirements_all.txt b/requirements_all.txt index efe674af..b0cf3574 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.0 +zeroconf==0.71.4