diff --git a/homeassistant/components/fritz/manifest.json b/homeassistant/components/fritz/manifest.json index b6aaf4d9896..d05668b9917 100644 --- a/homeassistant/components/fritz/manifest.json +++ b/homeassistant/components/fritz/manifest.json @@ -2,7 +2,7 @@ "domain": "fritz", "name": "AVM FRITZ!Box Tools", "documentation": "https://www.home-assistant.io/integrations/fritz", - "requirements": ["fritzconnection==1.10.1", "xmltodict==0.13.0"], + "requirements": ["fritzconnection==1.10.3", "xmltodict==0.13.0"], "dependencies": ["network"], "codeowners": ["@mammuth", "@AaronDavidSchneider", "@chemelli74", "@mib1185"], "config_flow": true, diff --git a/homeassistant/components/fritzbox_callmonitor/manifest.json b/homeassistant/components/fritzbox_callmonitor/manifest.json index 2d0fc96e0db..9dba2143ce1 100644 --- a/homeassistant/components/fritzbox_callmonitor/manifest.json +++ b/homeassistant/components/fritzbox_callmonitor/manifest.json @@ -3,7 +3,7 @@ "name": "AVM FRITZ!Box Call Monitor", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/fritzbox_callmonitor", - "requirements": ["fritzconnection==1.10.1"], + "requirements": ["fritzconnection==1.10.3"], "codeowners": ["@cdce8p"], "iot_class": "local_polling", "loggers": ["fritzconnection"] diff --git a/requirements_all.txt b/requirements_all.txt index 9e242a7e4c2..1e3ae64c3f3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -711,7 +711,7 @@ freesms==0.2.0 # homeassistant.components.fritz # homeassistant.components.fritzbox_callmonitor -fritzconnection==1.10.1 +fritzconnection==1.10.3 # homeassistant.components.google_translate gTTS==2.2.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ea6a7af0823..436e1d08120 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -524,7 +524,7 @@ freebox-api==0.0.10 # homeassistant.components.fritz # homeassistant.components.fritzbox_callmonitor -fritzconnection==1.10.1 +fritzconnection==1.10.3 # homeassistant.components.google_translate gTTS==2.2.4