Skip to content

Update dependency bleak to v2#83

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/bleak-2.x-lockfile
Open

Update dependency bleak to v2#83
renovate[bot] wants to merge 1 commit intomainfrom
renovate/bleak-2.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2025

This PR contains the following updates:

Package Change Age Confidence
bleak (changelog) 1.1.12.1.1 age confidence

Release Notes

hbldh/bleak (bleak)

v2.1.1

Compare Source

=====================

Changed

  • Changed default connect timeout for BleakClient from 10 to 30 seconds.

Fixed

  • Fixed some cases of BleakError: Could not get GATT services: Unreachable in WinRT backend by adding a retry when getting GATT services.

v2.1.0

Compare Source

=====================

Added

  • Added bluez parameter to BleakClient.start_notify() to allow forcing using "StartNotify" instead of "AcquireNotify" on BlueZ backend. Fixes #​1885.
  • Added bleak.args.SizedBuffer type for better type hinting of buffer protocol parameters.

Fixed

  • Fixed calling logging.debug() in WinRT backend. Fixes #​1882.
  • Fixed calling logging.warning() in BlueZ backend.

v2.0.0

Compare Source

=====================

Added

  • Added bleak.backends.get_default_backend() and BleakBackend enum for a centralized backend detection.
  • Added BleakClient().backend_id and BleakScanner().backend_id properties to identify the backend in use.

Changed

  • Use "AcquireNotify" rather than "StartNotify" for Linux backend on supported characteristics
  • Allow multiple calls to disconnect() on Windows to align behavior over all backends.
  • Raise new BleakBluetoothNotAvailableError when Bluetooth is not supported, turned off or permission is denied.

Fixed

  • Fixed potential race condition causing timeout while connecting in WinRT backend.
  • Fixed file handle leak in BlueZ backend when D-Bus connection is lost and re-established.
  • Fixed crash in CoreBluetooth backend if an ObjC delegate callback is called after the asyncio run loop stops.
  • Fixed possible deadlock when starting scanning on Windows when Bluetooth is turned off.
  • Fixed "Bluetooth device is turned off" Exception on macOS, when a Bluetooth permission request popup is shown to the user by the OS.

Removed

  • Removed support for Python 3.9.
  • Removed support for macOS < 10.15.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/bleak-2.x-lockfile branch from 5e98855 to caa6447 Compare December 10, 2025 14:27
@renovate renovate bot force-pushed the renovate/bleak-2.x-lockfile branch 2 times, most recently from 4f818db to 1db4ea7 Compare December 31, 2025 22:10
@renovate renovate bot force-pushed the renovate/bleak-2.x-lockfile branch from 1db4ea7 to 48e6956 Compare January 5, 2026 11:40
@renovate renovate bot force-pushed the renovate/bleak-2.x-lockfile branch from 48e6956 to 1b4af69 Compare January 19, 2026 20:49
@renovate renovate bot force-pushed the renovate/bleak-2.x-lockfile branch from 1b4af69 to 474cf9e Compare January 27, 2026 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants