From 1677853ae853975499b615ea61177be9ac2a23be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:54:46 +0200 Subject: [PATCH] Bump zeroconf from 0.132.2 to 0.133.0 (#1637) Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.132.2 to 0.133.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.132.2...0.133.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 7691c8cf..cd468b27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ server = [ "xmltodict==0.13.0", "orjson==3.10.7", "shortuuid==1.0.13", - "zeroconf==0.132.2", + "zeroconf==0.133.0", "cryptography==43.0.0", "ifaddr==0.2.0", ] diff --git a/requirements_all.txt b/requirements_all.txt index b2b2f494..d490be96 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -44,4 +44,4 @@ xmltodict==0.13.0 yt-dlp==2024.8.6 yt-dlp-youtube-accesstoken==0.1.1 ytmusicapi==1.8.1 -zeroconf==0.132.2 +zeroconf==0.133.0 -- 2.34.1