diff --git a/homeassistant/components/mpd/manifest.json b/homeassistant/components/mpd/manifest.json index 880d32b587795f..9bfeb8dad03f57 100644 --- a/homeassistant/components/mpd/manifest.json +++ b/homeassistant/components/mpd/manifest.json @@ -2,7 +2,7 @@ "domain": "mpd", "name": "Music Player Daemon (MPD)", "documentation": "https://www.home-assistant.io/integrations/mpd", - "requirements": ["python-mpd2==3.0.4"], + "requirements": ["python-mpd2==3.0.5"], "codeowners": ["@fabaff"], "iot_class": "local_polling", "loggers": ["mpd"] diff --git a/requirements_all.txt b/requirements_all.txt index 9a4bea8def7148..56904d06be02a4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1907,7 +1907,7 @@ python-kasa==0.4.2 python-miio==0.5.11 # homeassistant.components.mpd -python-mpd2==3.0.4 +python-mpd2==3.0.5 # homeassistant.components.mystrom python-mystrom==1.1.2