Skip to content

Commit c3a1c35

Browse files
pyproject.toml: increase minimum python-kasa version to 0.7.0
This allows us to use a newly introduced and not deprecated replacement for the kasa.SmartStrip class. Signed-off-by: Bastian Krause <[email protected]>
1 parent 9741924 commit c3a1c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ doc = [
6060
]
6161
docker = ["docker>=5.0.2"]
6262
graph = ["graphviz>=0.17.0"]
63-
kasa = ["python-kasa>=0.4.0"]
63+
kasa = ["python-kasa>=0.7.0"]
6464
modbus = ["pyModbusTCP>=0.2.0"]
6565
modbusrtu = ["minimalmodbus>=1.0.2"]
6666
mqtt = ["paho-mqtt>=2.0.0"]

0 commit comments

Comments
 (0)