Explorar el Código

Bump tinytuya to 1.12.5

Jason Rumney hace 2 años
padre
commit
cba3294eed
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  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 @@
     "integration_type": "device",
     "integration_type": "device",
     "iot_class": "local_push",
     "iot_class": "local_push",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
-    "requirements": ["pycryptodome~=3.17","tinytuya==1.12.4"],
+    "requirements": ["pycryptodome~=3.17","tinytuya==1.12.5"],
     "version": "2022.4.2"
     "version": "2022.4.2"
 }
 }

+ 1 - 1
requirements-dev.txt

@@ -7,4 +7,4 @@ pytest
 pytest-asyncio
 pytest-asyncio
 pytest-cov
 pytest-cov
 pycryptodome~=3.17
 pycryptodome~=3.17
-tinytuya~=1.12.4
+tinytuya~=1.12.5

+ 1 - 1
requirements.txt

@@ -1,2 +1,2 @@
 pycryptodome~=3.17
 pycryptodome~=3.17
-tinytuya~=1.12.4
+tinytuya~=1.12.5