@@ -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
- id: ruff
args: [--fix]
@@ -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
@@ -1,6 +1,6 @@
pytest-asyncio
pytest-cov