From bd80be2feee9b7ac4e41cb9a14ecb2c74984e0e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:41:31 +0100 Subject: [PATCH] Bump zeroconf from 0.128.0 to 0.131.0 (#986) Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.128.0 to 0.131.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.128.0...0.131.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 cfef5dea..3c7a3791 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ server = [ "xmltodict==0.13.0", "orjson==3.9.10", "shortuuid==1.0.11", - "zeroconf==0.128.0", + "zeroconf==0.131.0", "cryptography==41.0.7", "ifaddr==0.2.0", "uvloop==0.19.0" diff --git a/requirements_all.txt b/requirements_all.txt index bbcd2138..324b5759 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -34,4 +34,4 @@ unidecode==1.3.7 uvloop==0.19.0 xmltodict==0.13.0 ytmusicapi==1.3.2 -zeroconf==0.128.0 +zeroconf==0.131.0 -- 2.34.1