From 5b37fd1d3837cac13d5ac4c01671b1bd35e375e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:20:02 +0200 Subject: [PATCH] Bump zeroconf from 0.132.0 to 0.132.2 (#1226) Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.132.0 to 0.132.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.132.0...0.132.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 09ab27ce..32810408 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ server = [ "xmltodict==0.13.0", "orjson==3.10.0", "shortuuid==1.0.13", - "zeroconf==0.132.0", + "zeroconf==0.132.2", "cryptography==42.0.5", "ifaddr==0.2.0", ] diff --git a/requirements_all.txt b/requirements_all.txt index e32b7118..74a17d27 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -40,4 +40,4 @@ tidalapi==0.7.5 unidecode==1.3.8 xmltodict==0.13.0 ytmusicapi==1.6.0 -zeroconf==0.132.0 +zeroconf==0.132.2 -- 2.34.1