Browse Source

chore(deps): update bleak-retry-connector requirement from >=2.9.0 to >=4.6.0 (#484)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 21 hours ago
parent
commit
59e2dec045
2 changed files with 2 additions and 2 deletions
  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-retry-connector>=2.9.0
+bleak-retry-connector>=4.6.0
 cryptography>=47.0.0

+ 1 - 1
requirements_dev.txt

@@ -2,5 +2,5 @@ pytest-asyncio
 pytest-cov
 aiohttp>=3.13.5
 bleak>=0.17.0
-bleak-retry-connector>=3.4.0
+bleak-retry-connector>=4.6.0
 cryptography>=47.0.0