Sfoglia il codice sorgente

Bump tinytuya to 1.10.1

Jason Rumney 3 anni fa
parent
commit
915fec52fc
3 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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

@@ -8,6 +8,6 @@
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "dependencies": [],
     "codeowners": ["@make-all"],
-    "requirements": ["pycryptodome~=3.16.0","tinytuya==1.10.0"],
+    "requirements": ["pycryptodome~=3.16.0","tinytuya==1.10.1"],
     "config_flow": true
 }

+ 1 - 1
requirements-dev.txt

@@ -7,4 +7,4 @@ pytest
 pytest-asyncio
 pytest-cov
 pycryptodome~=3.16.0
-tinytuya~=1.10.0
+tinytuya~=1.10.1

+ 1 - 1
requirements.txt

@@ -1,2 +1,2 @@
 pycryptodome~=3.16.0
-tinytuya~=1.10.0
+tinytuya~=1.10.1