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

Bump dependencies and version.

- pycryptodome update 3.16.0 to 3.17 (released 29 Jan)
- tinytuya update 1.10.1 to 1.10.2 (released 10 Feb)
Jason Rumney 3 лет назад
Родитель
Сommit
6ce8e8f1f8
3 измененных файлов с 6 добавлено и 6 удалено
  1. 2 2
      custom_components/tuya_local/manifest.json
  2. 2 2
      requirements-dev.txt
  3. 2 2
      requirements.txt

+ 2 - 2
custom_components/tuya_local/manifest.json

@@ -3,11 +3,11 @@
     "iot_class": "local_push",
     "integration_type": "device",
     "name": "Tuya Local",
-    "version": "2022.2.0",
+    "version": "2022.2.1",
     "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.16.0","tinytuya==1.10.1"],
+    "requirements": ["pycryptodome~=3.17","tinytuya==1.10.2"],
     "config_flow": true
 }

+ 2 - 2
requirements-dev.txt

@@ -6,5 +6,5 @@ pytest-homeassistant-custom-component>=0.12.42
 pytest
 pytest-asyncio
 pytest-cov
-pycryptodome~=3.16.0
-tinytuya~=1.10.1
+pycryptodome~=3.17
+tinytuya~=1.10.2

+ 2 - 2
requirements.txt

@@ -1,2 +1,2 @@
-pycryptodome~=3.16.0
-tinytuya~=1.10.1
+pycryptodome~=3.17
+tinytuya~=1.10.2