From c266fdb13138baec0c208957ad1d38318a2ffe57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 18:15:07 +0100 Subject: [PATCH] Chore(deps): Bump zeroconf from 0.145.1 to 0.146.1 (#2046) Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.145.1 to 0.146.1. - [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.145.1...0.146.1) --- 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 5c0d4dde..c1d96d7a 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.145.1", + "zeroconf==0.146.1", ] description = "Music Assistant" license = {text = "Apache-2.0"} diff --git a/requirements_all.txt b/requirements_all.txt index b8b71ab2..72162f59 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -53,4 +53,4 @@ websocket-client==1.8.0 xmltodict==0.14.2 yt-dlp==2025.2.19 ytmusicapi==1.10.1 -zeroconf==0.145.1 +zeroconf==0.146.1 -- 2.34.1