File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 10
10
&& apt-get update \
11
11
&& apt-get install -y --no-install-recommends \
12
12
libuv1 \
13
- openssl \
14
13
zlib1g \
15
14
libjson-c5 \
16
15
libnl-3-200 \
Original file line number Diff line number Diff line change 10
10
&& apt-get update \
11
11
&& apt-get install -y --no-install-recommends \
12
12
libuv1 \
13
- openssl \
14
13
zlib1g \
15
14
libjson-c5 \
16
15
libnl-3-200 \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies = [
22
22
" coloredlogs" ,
23
23
" dacite" ,
24
24
" orjson" ,
25
- " home-assistant-chip-clusters==2024.2.0 " ,
25
+ " home-assistant-chip-clusters==2024.2.1 " ,
26
26
]
27
27
description = " Python Matter WebSocket Server"
28
28
license = {text = " Apache-2.0" }
@@ -34,7 +34,7 @@ version = "0.0.0"
34
34
35
35
[project .optional-dependencies ]
36
36
server = [
37
- " home-assistant-chip-core==2024.2.0 " ,
37
+ " home-assistant-chip-core==2024.2.1 " ,
38
38
" cryptography==42.0.5" ,
39
39
" zeroconf==0.131.0" ,
40
40
]
You can’t perform that action at this time.
0 commit comments