Skip to content

Commit 2cc09f1

Browse files
committed
poetry: update bleak to 0.14.1
v0.14.0 had a bug that broke windows.
1 parent 5da3e12 commit 2cc09f1

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.0-alpha.21] - 2022-01-12
10+
11+
### Changed
12+
- Updated `bleak` dependency to v0.14.1.
13+
14+
915
## [1.0.0-alpha.20] - 2022-01-10
1016

1117
### Changed
@@ -181,7 +187,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
181187
<!-- let's try to keep these sorted alphabetically -->
182188
[support#420]: https://github.com/pybricks/support/issues/420
183189

184-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.20..HEAD
190+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.21..HEAD
191+
[1.0.0-alpha.21]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.20...v1.0.0-alpha.21
185192
[1.0.0-alpha.20]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.19...v1.0.0-alpha.20
186193
[1.0.0-alpha.19]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.18...v1.0.0-alpha.19
187194
[1.0.0-alpha.18]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.17...v1.0.0-alpha.18

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pybricksdev"
3-
version = "1.0.0-alpha.20"
3+
version = "1.0.0-alpha.21"
44
description = "Pybricks developer tools"
55
authors = ["The Pybricks Authors <[email protected]>"]
66
maintainers = ["Laurens Valk <[email protected]>", "David Lechner <[email protected]>" ]
@@ -31,7 +31,7 @@ pybricksdev = 'pybricksdev.cli:main'
3131
aioserial = "^1.3.0"
3232
argcomplete = "^1.11.1"
3333
asyncssh = "^2.2.1"
34-
bleak = "^0.14.0"
34+
bleak = "^0.14.1"
3535
mpy-cross = "1.14"
3636
python = ">=3.8,<3.11"
3737
tqdm = "^4.62.3"

0 commit comments

Comments
 (0)