3 Commits 9831b517b0 ... 6029aae49a

Author SHA1 Message Date
  dependabot[bot] 6029aae49a chore(deps): update bleak requirement from >=0.17.0 to >=3.0.2 (#486) 3 weeks ago
  pre-commit-ci[bot] 0d02e3783d chore(pre-commit.ci): pre-commit autoupdate (#504) 3 weeks ago
  dependabot[bot] e60f63475c chore(deps): update bleak-retry-connector requirement from >=4.6.0 to >=4.6.1 (#505) 3 weeks ago
3 changed files with 6 additions and 6 deletions
  1. 2 2
      .pre-commit-config.yaml
  2. 2 2
      requirements.txt
  3. 2 2
      requirements_dev.txt

+ 2 - 2
.pre-commit-config.yaml

@@ -9,7 +9,7 @@ ci:
 
 repos:
   - repo: https://github.com/commitizen-tools/commitizen
-    rev: v4.16.2
+    rev: v4.16.3
     hooks:
       - id: commitizen
         stages: [commit-msg]
@@ -38,7 +38,7 @@ repos:
       - id: pyupgrade
         args: [--py311-plus]
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: v0.15.13
+    rev: v0.15.15
     hooks:
       - id: ruff
         args: [--fix]

+ 2 - 2
requirements.txt

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

+ 2 - 2
requirements_dev.txt

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