From fcd476c4dedb7df57741a11927baeba5dfc55fbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 09:52:47 +0200 Subject: [PATCH] Bump zeroconf from 0.47.4 to 0.53.0 (#612) Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.47.4 to 0.53.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.47.4...0.53.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> --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4b02b99b..a9316fb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ server = [ "xmltodict==0.13.0", "orjson==3.8.9", "shortuuid==1.0.11", - "zeroconf==0.47.4", + "zeroconf==0.53.0", "cryptography==39.0.2" ] test = [ diff --git a/requirements_all.txt b/requirements_all.txt index 1d8780f5..43760a05 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -24,4 +24,4 @@ soco==0.29.1 unidecode==1.3.6 xmltodict==0.13.0 ytmusicapi==0.25.1 -zeroconf==0.47.4 +zeroconf==0.53.0 -- 2.34.1