Bladeren bron

Bump tinytuya to 1.12.9

Jason Rumney 2 jaren geleden
bovenliggende
commit
8d7817ec7c
3 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 2 2
      custom_components/tuya_local/manifest.json
  2. 1 1
      requirements-dev.txt
  3. 1 1
      requirements.txt

+ 2 - 2
custom_components/tuya_local/manifest.json

@@ -8,6 +8,6 @@
     "integration_type": "device",
     "iot_class": "local_push",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
-    "requirements": ["pycryptodome~=3.18","tinytuya==1.12.8"],
-    "version": "2023.6.1"
+    "requirements": ["pycryptodome~=3.18","tinytuya==1.12.9"],
+    "version": "2023.7.0"
 }

+ 1 - 1
requirements-dev.txt

@@ -7,4 +7,4 @@ pytest
 pytest-asyncio
 pytest-cov
 pycryptodome~=3.18
-tinytuya~=1.12.8
+tinytuya~=1.12.9

+ 1 - 1
requirements.txt

@@ -1,2 +1,2 @@
 pycryptodome~=3.18
-tinytuya~=1.12.8
+tinytuya~=1.12.9