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

Update dependencies to tinytuya 1.2.9 and pycryptodome 3.10.4

Jason Rumney 4 лет назад
Родитель
Сommit
3cb41c8d63
4 измененных файлов с 7 добавлено и 7 удалено
  1. 2 2
      custom_components/tuya_local/manifest.json
  2. 2 2
      requirements-dev.txt
  3. 1 1
      requirements-first.txt
  4. 2 2
      requirements.txt

+ 2 - 2
custom_components/tuya_local/manifest.json

@@ -2,11 +2,11 @@
     "domain": "tuya_local",
     "iot_class": "local_polling",
     "name": "Tuya Local",
-    "version": "0.10.1",
+    "version": "0.11.0",
     "documentation": "https://github.com/make-all/tuya-local",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "dependencies": [],
     "codeowners": ["@make-all"],
-    "requirements": ["pycryptodome==3.10.1","tinytuya==1.2.8"],
+    "requirements": ["pycryptodome==3.10.4","tinytuya==1.2.9"],
     "config_flow": true
 }

+ 2 - 2
requirements-dev.txt

@@ -5,5 +5,5 @@ pytest-homeassistant-custom-component
 pytest
 pytest-asyncio
 pytest-cov
-pycryptodome==3.10.1
-tinytuya==1.2.8
+pycryptodome==3.10.4
+tinytuya==1.2.9

+ 1 - 1
requirements-first.txt

@@ -1 +1 @@
-pycryptodome==3.10.1
+pycryptodome==3.10.4

+ 2 - 2
requirements.txt

@@ -1,2 +1,2 @@
-pycryptodome~=3.10.1
-tinytuya~=1.2.8
+pycryptodome~=3.10.4
+tinytuya~=1.2.9