Skip to content

Commit

Permalink
Update bleak dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Oct 20, 2020
1 parent 337c298 commit 0ef6b4d
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 39 deletions.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Added
Changed
=======
- Changed the configuration file format, see the README for details.
- Updated bleak dependency to 0.9.0.

Fixed
=====
Expand Down
82 changes: 44 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"

bleak = "~0.8.0"
bleak = "~0.9.0"
pyyaml = "^5.3.1"
voluptuous = "~0.12.0"

Expand Down

0 comments on commit 0ef6b4d

Please sign in to comment.