소스 검색

fix(pytest): avoid using bleak 1.0.0 release

Bleak update from 0.22.3 to 1.0.0 breaks HA test framework init. Since
the component that depends on it has a >= condition, it is blindly used
despite the major version bump. Pin it here to hold it back instead of
taking the latest.
Jason Rumney 11 달 전
부모
커밋
176c99b3e0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      requirements-dev.txt

+ 1 - 0
requirements-dev.txt

@@ -8,3 +8,4 @@ ruff
 tinytuya~=1.17.2
 tuya-device-sharing-sdk~=0.2.1
 yamllint
+bleak==0.22.3