chore(deps): bump bleak from 2.0.0 to 2.1.0 in the python-dependencies group #3

Closed
dependabot[bot] wants to merge 2 commits from dependabot/pip/python-dependencies-f51df62f34 into main
dependabot[bot] commented 2025-12-29 07:24:49 +01:00 (Migrated from github.com)

Bumps the python-dependencies group with 1 update: bleak.

Updates bleak from 2.0.0 to 2.1.0

Release notes

Sourced from bleak's releases.

v2.1.0

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.
Changelog

Sourced from bleak's changelog.

2.1.0_ (2025-12-28)

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.
Commits
  • 3ddfc34 v2.1.0
  • 33bf061 tests/integration: doc improvements
  • fb64da2 github: replace codecov/test-results-action
  • 56528f8 github: drop setup from format_and_lint.yml
  • 9239726 bleak: refactor BleakScanner context manager
  • 9b559c5 backends/bluezdbus: allow forcing StartNotify over AcquireNotify
  • ca885fa tests: Run Integration tests for BlueZ in CI
  • 6459071 backends/corebluetooth: optimize advertising data parsing and type hints
  • 98db3db backends/corebluetooth: add 'NSNumber' type hint.
  • 3f3541f backends/corebluetooth: add NSString type hint
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Bumps the python-dependencies group with 1 update: [bleak](https://github.com/hbldh/bleak). Updates `bleak` from 2.0.0 to 2.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hbldh/bleak/releases">bleak's releases</a>.</em></p> <blockquote> <h2>v2.1.0</h2> <h2>Added</h2> <ul> <li>Added <code>bluez</code> parameter to <code>BleakClient.start_notify()</code> to allow forcing using &quot;StartNotify&quot; instead of &quot;AcquireNotify&quot; on BlueZ backend. Fixes <a href="https://redirect.github.com/hbldh/bleak/issues/1885">#1885</a>.</li> <li>Added <code>bleak.args.SizedBuffer</code> type for better type hinting of buffer protocol parameters.</li> </ul> <h2>Fixed</h2> <ul> <li>Fixed calling <code>logging.debug()</code> in WinRT backend. Fixes <a href="https://redirect.github.com/hbldh/bleak/issues/1882">#1882</a>.</li> <li>Fixed calling <code>logging.warning()</code> in BlueZ backend.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hbldh/bleak/blob/develop/CHANGELOG.rst">bleak's changelog</a>.</em></p> <blockquote> <h1><code>2.1.0</code>_ (2025-12-28)</h1> <h2>Added</h2> <ul> <li>Added <code>bluez</code> parameter to <code>BleakClient.start_notify()</code> to allow forcing using &quot;StartNotify&quot; instead of &quot;AcquireNotify&quot; on BlueZ backend. Fixes <a href="https://redirect.github.com/hbldh/bleak/issues/1885">#1885</a>.</li> <li>Added <code>bleak.args.SizedBuffer</code> type for better type hinting of buffer protocol parameters.</li> </ul> <h2>Fixed</h2> <ul> <li>Fixed calling <code>logging.debug()</code> in WinRT backend. Fixes <a href="https://redirect.github.com/hbldh/bleak/issues/1882">#1882</a>.</li> <li>Fixed calling <code>logging.warning()</code> in BlueZ backend.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hbldh/bleak/commit/3ddfc34c66c42631d1d194b8f65854f5f1141849"><code>3ddfc34</code></a> v2.1.0</li> <li><a href="https://github.com/hbldh/bleak/commit/33bf061ad7f4d70105b7dc63fa1c0024f20a0d08"><code>33bf061</code></a> tests/integration: doc improvements</li> <li><a href="https://github.com/hbldh/bleak/commit/fb64da2b8a6e5654e2882ef564d6489c23a22d50"><code>fb64da2</code></a> github: replace codecov/test-results-action</li> <li><a href="https://github.com/hbldh/bleak/commit/56528f86147ac5330f6018db1a9f438465dd59e4"><code>56528f8</code></a> github: drop setup from format_and_lint.yml</li> <li><a href="https://github.com/hbldh/bleak/commit/9239726f080040a9d08f93eac7a75cd58a6d5065"><code>9239726</code></a> bleak: refactor BleakScanner context manager</li> <li><a href="https://github.com/hbldh/bleak/commit/9b559c5285685117be1c0762ad1abe6a8f7521ff"><code>9b559c5</code></a> backends/bluezdbus: allow forcing StartNotify over AcquireNotify</li> <li><a href="https://github.com/hbldh/bleak/commit/ca885fa83432ac28895af25757e2fcd7026aaff2"><code>ca885fa</code></a> tests: Run Integration tests for BlueZ in CI</li> <li><a href="https://github.com/hbldh/bleak/commit/6459071c5fb1bc434418612c534a6b8c2159cebb"><code>6459071</code></a> backends/corebluetooth: optimize advertising data parsing and type hints</li> <li><a href="https://github.com/hbldh/bleak/commit/98db3dbe2481ba7782eeb1da0edc1d2e19906e41"><code>98db3db</code></a> backends/corebluetooth: add 'NSNumber' type hint.</li> <li><a href="https://github.com/hbldh/bleak/commit/3f3541fbf541c909379d81ce763dae2f13f0827e"><code>3f3541f</code></a> backends/corebluetooth: add NSString type hint</li> <li>Additional commits viewable in <a href="https://github.com/hbldh/bleak/compare/v2.0.0...v2.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bleak&package-manager=pip&previous-version=2.0.0&new-version=2.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
dependabot[bot] commented 2026-01-05 07:34:07 +01:00 (Migrated from github.com)

Looks like bleak is updatable in another way, so this is no longer needed.

Looks like bleak is updatable in another way, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No description provided.