Răsfoiți Sursa

Update pycryptome to 3.10.1, tinytuya to 1.2.6.

Jason Rumney 4 ani în urmă
părinte
comite
675f225cd5

+ 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.9","tinytuya~=1.2"],
+    "requirements": ["pycryptodome==3.10.1","tinytuya==1.2.6"],
     "config_flow": true
 }

+ 2 - 2
requirements-dev.txt

@@ -5,5 +5,5 @@ pytest-homeassistant-custom-component
 pytest
 pytest-asyncio
 pytest-cov
-pycryptodome~=3.9
-tinytuya~=1.2
+pycryptodome==3.10.1
+tinytuya==1.2.6

+ 1 - 1
requirements-first.txt

@@ -1 +1 @@
-pycryptodome~=3.9
+pycryptodome==3.10.1