Jelajahi Sumber

Update dependency to tinytuya 1.2.8.

Jason Rumney 4 tahun lalu
induk
melakukan
7782e50836
3 mengubah file dengan 3 tambahan dan 3 penghapusan
  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

@@ -7,6 +7,6 @@
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "dependencies": [],
     "codeowners": ["@make-all"],
-    "requirements": ["pycryptodome==3.10.1","tinytuya==1.2.7"],
+    "requirements": ["pycryptodome==3.10.1","tinytuya==1.2.8"],
     "config_flow": true
 }

+ 1 - 1
requirements-dev.txt

@@ -6,4 +6,4 @@ pytest
 pytest-asyncio
 pytest-cov
 pycryptodome==3.10.1
-tinytuya==1.2.7
+tinytuya==1.2.8

+ 1 - 1
requirements.txt

@@ -1,2 +1,2 @@
 pycryptodome~=3.10.1
-tinytuya~=1.2.7
+tinytuya~=1.2.8