From 688d5c9e570d0b9b3ca8b7c104dfece46d507007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 13:29:29 +0200 Subject: [PATCH] Chore(deps): Bump zeroconf from 0.146.1 to 0.146.4 (#2130) Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.146.1 to 0.146.4. - [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.146.1...0.146.4) --- updated-dependencies: - dependency-name: zeroconf dependency-version: 0.146.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 ff79c919..bb399f8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "unidecode==1.3.8", "xmltodict==0.14.2", "shortuuid==1.0.13", - "zeroconf==0.146.1", + "zeroconf==0.146.4", ] description = "Music Assistant" license = {text = "Apache-2.0"} diff --git a/requirements_all.txt b/requirements_all.txt index 34688f17..45aa6561 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -54,4 +54,4 @@ websocket-client==1.8.0 xmltodict==0.14.2 yt-dlp==2025.3.27 ytmusicapi==1.10.3 -zeroconf==0.146.1 +zeroconf==0.146.4 -- 2.34.1