瀏覽代碼

Update tinytuya to 1.13.1

New release of tinytuya, compatible with pyca/cryptography which is
already used by Home Assistant, so dependency on pycryptodome is no
longer needed.  This change fixes some issues with protocol 3.5.
Jason Rumney 2 年之前
父節點
當前提交
42d337f1b1
共有 3 個文件被更改,包括 3 次插入5 次删除
  1. 1 1
      custom_components/tuya_local/manifest.json
  2. 1 2
      requirements-dev.txt
  3. 1 2
      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": ["pycryptodome~=3.18","tinytuya==1.12.11"],
+    "requirements": ["tinytuya==1.13.1"],
     "version": "2023.11.1"
 }

+ 1 - 2
requirements-dev.txt

@@ -6,5 +6,4 @@ pytest-homeassistant-custom-component~=0.13.54
 pytest
 pytest-asyncio
 pytest-cov
-pycryptodome~=3.18
-tinytuya~=1.12.11
+tinytuya~=1.13.1

+ 1 - 2
requirements.txt

@@ -1,2 +1 @@
-pycryptodome~=3.18
-tinytuya~=1.12.11
+tinytuya~=1.13.1