From 2ad05de2f28b9a8643da6cadffcc848fe9e8fb59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 11:14:55 +0000 Subject: [PATCH] deps-dev(deps-dev): update bleak-retry-connector requirement Updates the requirements on [bleak-retry-connector](https://github.com/bluetooth-devices/bleak-retry-connector) to permit the latest version. - [Release notes](https://github.com/bluetooth-devices/bleak-retry-connector/releases) - [Changelog](https://github.com/Bluetooth-Devices/bleak-retry-connector/blob/main/CHANGELOG.md) - [Commits](https://github.com/bluetooth-devices/bleak-retry-connector/compare/v2.13.1...v4.5.0) --- updated-dependencies: - dependency-name: bleak-retry-connector dependency-version: 4.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f5e7ec..f63b25d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ test-core = [ # ble: BLE client libraries (shared by test and examples) ble = [ "bleak>=0.21.0", - "bleak-retry-connector>=2.13.1,<3", + "bleak-retry-connector>=2.13.1,<5", "simplepyble>=0.10.3", "bluepy>=1.3.0", ]