Przeglądaj źródła

Update tinytuya to 1.2.7
Sync requirements.txt to ensure all tests etc use the same version.

Jason Rumney 4 lat temu
rodzic
commit
60cba4ec14

+ 2 - 2
custom_components/tuya_local/manifest.json

@@ -2,11 +2,11 @@
     "domain": "tuya_local",
     "iot_class": "local_polling",
     "name": "Tuya Local",
-    "version": "0.9.1",
+    "version": "0.10.0",
     "documentation": "https://github.com/make-all/tuya-local",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "dependencies": [],
     "codeowners": ["@make-all"],
-    "requirements": ["pycryptodome==3.10.1","tinytuya==1.2.6"],
+    "requirements": ["pycryptodome==3.10.1","tinytuya==1.2.7"],
     "config_flow": true
 }

+ 1 - 1
requirements-dev.txt

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

+ 2 - 2
requirements.txt

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