From 510f087cd250e87c8ce2e4012a92fea96806d45e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 00:27:29 +0200 Subject: [PATCH] Bump zeroconf from 0.134.0 to 0.135.0 (#1687) Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.134.0 to 0.135.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.134.0...0.135.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 f81328083..3ed7cf989 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.134.0", + "zeroconf==0.135.0", "cryptography==43.0.1", "ifaddr==0.2.0", ] diff --git a/requirements_all.txt b/requirements_all.txt index d9c53d8df..c19c84284 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -45,4 +45,4 @@ xmltodict==0.13.0 yt-dlp==2024.8.6 yt-dlp-youtube-accesstoken==0.1.1 ytmusicapi==1.8.1 -zeroconf==0.134.0 +zeroconf==0.135.0