Jason Rumney 2 лет назад
Родитель
Сommit
1d26bb1d54
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      custom_components/tuya_local/manifest.json
  2. 1 1
      requirements-dev.txt
  3. 1 1
      requirements.txt

+ 1 - 1
custom_components/tuya_local/manifest.json

@@ -8,6 +8,6 @@
     "integration_type": "device",
     "iot_class": "local_push",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
-    "requirements": ["tinytuya==1.13.1"],
+    "requirements": ["tinytuya==1.13.2"],
     "version": "2024.2.2"
 }

+ 1 - 1
requirements-dev.txt

@@ -5,5 +5,5 @@ pytest
 pytest-asyncio
 pytest-cov
 ruff
-tinytuya~=1.13.1
+tinytuya~=1.13.2
 yamllint

+ 1 - 1
requirements.txt

@@ -1 +1 @@
-tinytuya~=1.13.1
+tinytuya~=1.13.2