From 030b1bc0e8e92bff8f893dc238b60b607a5c4b0b Mon Sep 17 00:00:00 2001 From: Cyrille <2franix@users.noreply.github.com> Date: Tue, 16 Jan 2024 23:01:01 +0100 Subject: [PATCH] Upgrade python-mpd2 to v3.1.1 (#108143) --- homeassistant/components/mpd/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/mpd/manifest.json b/homeassistant/components/mpd/manifest.json index dc88443fb51..e03005fb95a 100644 --- a/homeassistant/components/mpd/manifest.json +++ b/homeassistant/components/mpd/manifest.json @@ -5,5 +5,5 @@ "documentation": "https://www.home-assistant.io/integrations/mpd", "iot_class": "local_polling", "loggers": ["mpd"], - "requirements": ["python-mpd2==3.0.5"] + "requirements": ["python-mpd2==3.1.1"] } diff --git a/requirements_all.txt b/requirements_all.txt index d7df00ae9b7..5782c721f2d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2225,7 +2225,7 @@ python-matter-server==5.1.1 python-miio==0.5.12 # homeassistant.components.mpd -python-mpd2==3.0.5 +python-mpd2==3.1.1 # homeassistant.components.mystrom python-mystrom==2.2.0