Просмотр исходного кода

Bump tinytuya release to 1.17.6

Another new release, but none of the changes appear to be relevant.
Jason Rumney 14 часов назад
Родитель
Сommit
cceb1a4141
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

@@ -15,7 +15,7 @@
         "tinytuya"
     ],
     "requirements": [
-        "tinytuya==1.17.5",
+        "tinytuya==1.17.6",
         "tuya-device-sharing-sdk~=0.2.1"
     ],
     "version": "2026.2.1"

+ 1 - 1
requirements-dev.txt

@@ -7,6 +7,6 @@ pytest
 pytest-asyncio
 pytest-cov
 ruff
-tinytuya~=1.17.5
+tinytuya~=1.17.6
 tuya-device-sharing-sdk~=0.2.1
 yamllint

+ 1 - 1
requirements.txt

@@ -1,2 +1,2 @@
-tinytuya~=1.17.5
+tinytuya~=1.17.6
 tuya-device-sharing-sdk~=0.2.1