Skip to content

Commit d6fb268

Browse files
authored
Bump xmltodict to 1.0.2 (home-assistant#156670)
1 parent 521a678 commit d6fb268

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

homeassistant/components/fritz/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"integration_type": "hub",
99
"iot_class": "local_polling",
1010
"loggers": ["fritzconnection"],
11-
"requirements": ["fritzconnection[qr]==1.15.0", "xmltodict==0.13.0"],
11+
"requirements": ["fritzconnection[qr]==1.15.0", "xmltodict==1.0.2"],
1212
"ssdp": [
1313
{
1414
"st": "urn:schemas-upnp-org:device:fritzbox:1"

homeassistant/components/rest/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"codeowners": [],
55
"documentation": "https://www.home-assistant.io/integrations/rest",
66
"iot_class": "local_polling",
7-
"requirements": ["jsonpath==0.82.2", "xmltodict==0.13.0"]
7+
"requirements": ["jsonpath==0.82.2", "xmltodict==1.0.2"]
88
}

homeassistant/components/startca/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"documentation": "https://www.home-assistant.io/integrations/startca",
66
"iot_class": "cloud_polling",
77
"quality_scale": "legacy",
8-
"requirements": ["xmltodict==0.13.0"]
8+
"requirements": ["xmltodict==1.0.2"]
99
}

homeassistant/components/ted5000/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"documentation": "https://www.home-assistant.io/integrations/ted5000",
66
"iot_class": "local_polling",
77
"quality_scale": "legacy",
8-
"requirements": ["xmltodict==0.13.0"]
8+
"requirements": ["xmltodict==1.0.2"]
99
}

homeassistant/components/zestimate/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"documentation": "https://www.home-assistant.io/integrations/zestimate",
66
"iot_class": "cloud_polling",
77
"quality_scale": "legacy",
8-
"requirements": ["xmltodict==0.13.0"]
8+
"requirements": ["xmltodict==1.0.2"]
99
}

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ types-python-slugify==8.0.2.20240310
5252
types-pytz==2025.2.0.20250809
5353
types-PyYAML==6.0.12.20250915
5454
types-requests==2.32.4.20250913
55-
types-xmltodict==0.13.0.3
55+
types-xmltodict==1.0.1.20250920

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)