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

Update tinytuya requirement from ~=1.16.0 to ~=1.16.1

Updates the requirements on [tinytuya](https://github.com/jasonacox/tinytuya) to permit the latest version.
- [Release notes](https://github.com/jasonacox/tinytuya/releases)
- [Changelog](https://github.com/jasonacox/tinytuya/blob/master/RELEASE.md)
- [Commits](https://github.com/jasonacox/tinytuya/compare/v1.16.0...v1.16.1)

---
updated-dependencies:
- dependency-name: tinytuya
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 1 год назад
Родитель
Сommit
fe629db468
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      requirements-dev.txt
  2. 1 1
      requirements.txt

+ 1 - 1
requirements-dev.txt

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

+ 1 - 1
requirements.txt

@@ -1,2 +1,2 @@
-tinytuya~=1.16.0
+tinytuya~=1.16.1
 tuya-device-sharing-sdk~=0.2.1