From 9af0d1eed40f654adc2ad4b8f461f73f326996d8 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Thu, 29 Jan 2026 20:57:52 +0100 Subject: [PATCH] Update fritzconnection to 1.15.1 (#161887) --- homeassistant/components/fritz/manifest.json | 2 +- homeassistant/components/fritzbox_callmonitor/manifest.json | 2 +- pyproject.toml | 2 -- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/fritz/manifest.json b/homeassistant/components/fritz/manifest.json index 183bb931a14..dacddfae201 100644 --- a/homeassistant/components/fritz/manifest.json +++ b/homeassistant/components/fritz/manifest.json @@ -9,7 +9,7 @@ "iot_class": "local_polling", "loggers": ["fritzconnection"], "quality_scale": "bronze", - "requirements": ["fritzconnection[qr]==1.15.0", "xmltodict==1.0.2"], + "requirements": ["fritzconnection[qr]==1.15.1", "xmltodict==1.0.2"], "ssdp": [ { "st": "urn:schemas-upnp-org:device:fritzbox:1" diff --git a/homeassistant/components/fritzbox_callmonitor/manifest.json b/homeassistant/components/fritzbox_callmonitor/manifest.json index da3f5385053..024d4e84884 100644 --- a/homeassistant/components/fritzbox_callmonitor/manifest.json +++ b/homeassistant/components/fritzbox_callmonitor/manifest.json @@ -7,5 +7,5 @@ "integration_type": "device", "iot_class": "local_polling", "loggers": ["fritzconnection"], - "requirements": ["fritzconnection[qr]==1.15.0"] + "requirements": ["fritzconnection[qr]==1.15.1"] } diff --git a/pyproject.toml b/pyproject.toml index bc122934138..aed7bfb992a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -483,8 +483,6 @@ filterwarnings = [ "ignore:Deprecated call to `pkg_resources.declare_namespace\\('azure'\\)`:DeprecationWarning:pkg_resources", # -- tracked upstream / open PRs - # https://github.com/kbr/fritzconnection/pull/244 - v1.15.0 - 2025-05-17 - "ignore:.*invalid escape sequence:SyntaxWarning:.*fritzconnection.core.soaper", # https://github.com/hacf-fr/meteofrance-api/pull/688 - v1.4.0 - 2025-03-26 "ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:meteofrance_api.model.forecast", diff --git a/requirements_all.txt b/requirements_all.txt index 950579336c6..ccefea4b23c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1015,7 +1015,7 @@ fressnapftracker==0.2.1 # homeassistant.components.fritz # homeassistant.components.fritzbox_callmonitor -fritzconnection[qr]==1.15.0 +fritzconnection[qr]==1.15.1 # homeassistant.components.fyta fyta_cli==0.7.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 8888d81ffe7..897bb0d527e 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -894,7 +894,7 @@ fressnapftracker==0.2.1 # homeassistant.components.fritz # homeassistant.components.fritzbox_callmonitor -fritzconnection[qr]==1.15.0 +fritzconnection[qr]==1.15.1 # homeassistant.components.fyta fyta_cli==0.7.2