瀏覽代碼

Bump tinytuya to 1.13.2

Jason Rumney 2 年之前
父節點
當前提交
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