Skip to content

Commit 03ac634

Browse files
authored
Add aiofiles to requirements of matrix and slack integration (home-assistant#157117)
1 parent a204e85 commit 03ac634

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

homeassistant/components/matrix/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"iot_class": "cloud_push",
77
"loggers": ["matrix_client"],
88
"quality_scale": "legacy",
9-
"requirements": ["matrix-nio==0.25.2", "Pillow==12.0.0"]
9+
"requirements": ["matrix-nio==0.25.2", "Pillow==12.0.0", "aiofiles==24.1.0"]
1010
}

homeassistant/components/slack/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"integration_type": "service",
88
"iot_class": "cloud_push",
99
"loggers": ["slack"],
10-
"requirements": ["slack_sdk==3.33.4"]
10+
"requirements": ["slack_sdk==3.33.4", "aiofiles==24.1.0"]
1111
}

requirements_all.txt

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)