From 14b204692f541d015cab7d7605713c8b54190886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 17:05:28 +0000 Subject: [PATCH] Bump zeroconf from 0.79.0 to 0.107.0 Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.79.0 to 0.107.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.79.0...0.107.0) --- updated-dependencies: - dependency-name: zeroconf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d29d7147d..14373504d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ server = [ "xmltodict==0.13.0", "orjson==3.9.4", "shortuuid==1.0.11", - "zeroconf==0.79.0", + "zeroconf==0.107.0", "cryptography==41.0.3", "ifaddr==0.2.0", "uvloop==0.17.0" diff --git a/requirements_all.txt b/requirements_all.txt index 98eee88cd..b9303353a 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.79.0 +zeroconf==0.107.0