Skip to content

Commit ec7ff0f

Browse files
committed
chore: Bump resvg-py to version 0.3.2
This support fontdb caching. It will speed up the render pipeline a bit. See baseplate-admin/resvg-py#140
1 parent e2a9dfd commit ec7ff0f

3 files changed

Lines changed: 54 additions & 52 deletions

File tree

custom_components/eink_dashboard/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"documentation": "https://github.com/cryptomilk/hass-eink-dashboard",
88
"iot_class": "local_polling",
99
"issue_tracker": "https://github.com/cryptomilk/hass-eink-dashboard/issues",
10-
"requirements": ["defusedxml>=0.7.1", "resvg-py>=0.3.1"],
10+
"requirements": ["defusedxml>=0.7.1", "resvg-py>=0.3.2"],
1111
"version": "0.2.0"
1212
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
dependencies = [
88
"defusedxml>=0.7.1",
99
"Pillow>=12.2",
10-
"resvg-py>=0.3.1",
10+
"resvg-py>=0.3.2",
1111
]
1212

1313
[dependency-groups]

0 commit comments

Comments
 (0)