Ver código fonte

Bump tinytuya to 1.16.3

Another bugfix for tinytuya, though this time it does not seem to
affect anything used in this integration.
Jason Rumney 10 meses atrás
pai
commit
f34ff5e864

+ 1 - 1
custom_components/tuya_local/manifest.json

@@ -16,7 +16,7 @@
         "tuya_sharing"
         "tuya_sharing"
     ],
     ],
     "requirements": [
     "requirements": [
-        "tinytuya==1.16.2",
+        "tinytuya==1.16.3",
         "tuya-device-sharing-sdk~=0.2.1"
         "tuya-device-sharing-sdk~=0.2.1"
     ],
     ],
     "version": "2025.4.1"
     "version": "2025.4.1"

+ 1 - 1
requirements-dev.txt

@@ -5,6 +5,6 @@ pytest
 pytest-asyncio
 pytest-asyncio
 pytest-cov
 pytest-cov
 ruff
 ruff
-tinytuya~=1.16.2
+tinytuya~=1.16.3
 tuya-device-sharing-sdk~=0.2.1
 tuya-device-sharing-sdk~=0.2.1
 yamllint
 yamllint

+ 1 - 1
requirements.txt

@@ -1,2 +1,2 @@
-tinytuya~=1.16.2
+tinytuya~=1.16.3
 tuya-device-sharing-sdk~=0.2.1
 tuya-device-sharing-sdk~=0.2.1