Skip to content

Commit

Permalink
Fix bleak version (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaStrada authored Nov 23, 2022
1 parent 9bc641e commit 19155ac
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
66 changes: 33 additions & 33 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyfreshintellivent"
version = "0.1.0"
version = "0.1.1"
description = "Manage Fresh Intellivent Sky bathroom ventilation fan"
authors = ["Ståle Storø Hauknes <[email protected]>"]
readme = "README.md"
Expand All @@ -22,12 +22,12 @@ include = [

[tool.poetry.dependencies]
python = "^3.7"
bleak = "0.19.4"
bleak = ">=0.19.0"

[tool.poetry.group.dev.dependencies]
black = "^22.10.0"
flake8 = "^5.0.4"
pytest = "^7.2.0"
black = ">=22.10.0"
flake8 = ">=4.0.0"
pytest = "^7.0.0"
pytest-asyncio = "^0.20.1"

[tool.isort]
Expand Down

0 comments on commit 19155ac

Please sign in to comment.