Просмотр исходного кода

build(dependencies): update tinytuya to v1.17.3

- New tinytuya version, makes colorama dependency optional
- Bump version
Jason Rumney 6 месяцев назад
Родитель
Сommit
3a8ee72467
3 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      custom_components/tuya_local/manifest.json
  2. 1 1
      requirements-dev.txt
  3. 1 1
      requirements.txt

+ 2 - 2
custom_components/tuya_local/manifest.json

@@ -15,8 +15,8 @@
         "tinytuya"
     ],
     "requirements": [
-        "tinytuya==1.17.2",
+        "tinytuya==1.17.3",
         "tuya-device-sharing-sdk~=0.2.1"
     ],
-    "version": "2025.7.1"
+    "version": "2025.8.0"
 }

+ 1 - 1
requirements-dev.txt

@@ -5,6 +5,6 @@ pytest
 pytest-asyncio
 pytest-cov
 ruff
-tinytuya~=1.17.2
+tinytuya~=1.17.3
 tuya-device-sharing-sdk~=0.2.1
 yamllint

+ 1 - 1
requirements.txt

@@ -1,2 +1,2 @@
-tinytuya~=1.17.2
+tinytuya~=1.17.3
 tuya-device-sharing-sdk~=0.2.1