Ver Fonte

chore(deps): update bleak requirement from >=0.17.0 to >=3.0.2

Updates the requirements on [bleak](https://github.com/hbldh/bleak) to permit the latest version.
- [Release notes](https://github.com/hbldh/bleak/releases)
- [Changelog](https://github.com/hbldh/bleak/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/hbldh/bleak/compare/v0.19.0...v3.0.2)

---
updated-dependencies:
- dependency-name: bleak
  dependency-version: 3.0.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] há 2 semanas atrás
pai
commit
6d21c8e4ca
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      requirements.txt
  2. 1 1
      requirements_dev.txt

+ 1 - 1
requirements.txt

@@ -1,4 +1,4 @@
 aiohttp>=3.13.5
-bleak>=0.17.0
+bleak>=3.0.2
 bleak-retry-connector>=4.6.0
 cryptography>=47.0.0

+ 1 - 1
requirements_dev.txt

@@ -1,6 +1,6 @@
 pytest-asyncio
 pytest-cov
 aiohttp>=3.13.5
-bleak>=0.17.0
+bleak>=3.0.2
 bleak-retry-connector>=4.6.0
 cryptography>=47.0.0