From dd79d902bb2f741902e4e03ee6f45342df138cd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 18:10:20 +0100 Subject: [PATCH] Chore(deps): Bump zeroconf from 0.136.0 to 0.136.2 (#1790) Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.136.0 to 0.136.2. - [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.136.0...0.136.2) --- updated-dependencies: - dependency-name: zeroconf 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 8649eb0a..2183eefe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "unidecode==1.3.8", "xmltodict==0.14.2", "shortuuid==1.0.13", - "zeroconf==0.136.0", + "zeroconf==0.136.2", ] description = "Music Assistant" license = {text = "Apache-2.0"} diff --git a/requirements_all.txt b/requirements_all.txt index a26cf83e..f5f2c154 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -46,4 +46,4 @@ unidecode==1.3.8 xmltodict==0.14.2 yt-dlp==2024.10.7 ytmusicapi==1.8.2 -zeroconf==0.136.0 +zeroconf==0.136.2 -- 2.34.1