From f3e015ff843fe698477d2845d915fa7e8e689372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 13:51:21 +0000 Subject: [PATCH] build(deps): update bleak requirement 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/v1.0.1...v3.0.0) --- updated-dependencies: - dependency-name: bleak dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 631e01a..9875a34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] dependencies = [ "bleak-retry-connector>=4.0.2", - "bleak>=1.0.1,<2.2.0", + "bleak>=1.0.1,<3.1.0", ] [project.optional-dependencies]