From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 16:20:44 +0000 (+0200) Subject: Bump zeroconf from 0.47.3 to 0.47.4 (#581) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=4388bda36786096b97dcc44f7df3a225ef4708e8;p=music-assistant-server.git Bump zeroconf from 0.47.3 to 0.47.4 (#581) Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.47.3 to 0.47.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.47.3...0.47.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 11c47bb4..4709b2b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ server = [ "xmltodict==0.13.0", "orjson==3.8.7", "shortuuid==1.0.11", - "zeroconf==0.47.3", + "zeroconf==0.47.4", "cryptography==39.0.2" ] test = [ diff --git a/requirements_all.txt b/requirements_all.txt index 28bf6500..9ad50a80 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -26,4 +26,4 @@ soco==0.29.1 unidecode==1.3.6 xmltodict==0.13.0 ytmusicapi==0.25.0 -zeroconf==0.47.3 +zeroconf==0.47.4