Jason Rumney 3 лет назад
Родитель
Сommit
915fec52fc
3 измененных файлов с 3 добавлено и 3 удалено
  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