Browse Source

Bump tinytuya to 1.13.2

Jason Rumney 2 năm trước cách đây
mục cha
commit
1d26bb1d54

+ 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": ["tinytuya==1.13.1"],
+    "requirements": ["tinytuya==1.13.2"],
     "version": "2024.2.2"
     "version": "2024.2.2"
 }
 }

+ 1 - 1
requirements-dev.txt

@@ -5,5 +5,5 @@ pytest
 pytest-asyncio
 pytest-asyncio
 pytest-cov
 pytest-cov
 ruff
 ruff
-tinytuya~=1.13.1
+tinytuya~=1.13.2
 yamllint
 yamllint

+ 1 - 1
requirements.txt

@@ -1 +1 @@
-tinytuya~=1.13.1
+tinytuya~=1.13.2