Quellcode durchsuchen

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 vor 9 Monaten
Ursprung
Commit
176c99b3e0
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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