From 3a858562870bf784f1c0e0736715e6623d29439c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 00:49:02 +0200 Subject: [PATCH] Bump zeroconf from 0.63.0 to 0.64.1 (#697) Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.63.0 to 0.64.1. - [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.63.0...0.64.1) --- 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 0342b303..b2923e68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ server = [ "xmltodict==0.13.0", "orjson==3.8.14", "shortuuid==1.0.11", - "zeroconf==0.63.0", + "zeroconf==0.64.1", "cryptography==41.0.1" ] test = [ diff --git a/requirements_all.txt b/requirements_all.txt index a1c40759..9263007b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -30,4 +30,4 @@ soco==0.29.1 unidecode==1.3.6 xmltodict==0.13.0 ytmusicapi==1.0.0 -zeroconf==0.63.0 +zeroconf==0.64.1 -- 2.34.1