Skip to content

Commit

Permalink
Update poetry to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Feb 4, 2025
1 parent e01e264 commit 8e1d6c2
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
`Unreleased`_
=============

Changed
-------
* Update Poetry build system version to ``>=2.0``.

`0.22.3`_ (2024-10-05)
======================

Expand Down
2 changes: 1 addition & 1 deletion bleak/backends/corebluetooth/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(
scanning_mode: Literal["active", "passive"],
*,
cb: CBScannerArgs,
**kwargs
**kwargs,
):
super(BleakScannerCoreBluetooth, self).__init__(
detection_callback, service_uuids
Expand Down
Loading

0 comments on commit 8e1d6c2

Please sign in to comment.