소스 검색

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2 일 전
부모
커밋
6029aae49a
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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.1
 cryptography>=48.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.1
 cryptography>=48.0.0