4
0
Эх сурвалжийг харах

Update dependencies to tinytuya 1.2.9 and pycryptodome 3.10.4

Jason Rumney 4 жил өмнө
parent
commit
3cb41c8d63

+ 2 - 2
custom_components/tuya_local/manifest.json

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

+ 2 - 2
requirements-dev.txt

@@ -5,5 +5,5 @@ pytest-homeassistant-custom-component
 pytest
 pytest
 pytest-asyncio
 pytest-asyncio
 pytest-cov
 pytest-cov
-pycryptodome==3.10.1
-tinytuya==1.2.8
+pycryptodome==3.10.4
+tinytuya==1.2.9

+ 1 - 1
requirements-first.txt

@@ -1 +1 @@
-pycryptodome==3.10.1
+pycryptodome==3.10.4

+ 2 - 2
requirements.txt

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