Skip to content

Commit b2006c7

Browse files
abmantisnewAM
authored andcommitted
Remove upper dependency version pinning
1 parent 4e4ec45 commit b2006c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ keywords = ["ikea", "idasen", "bluetooth", "linak", "ble"]
1616
[tool.poetry.dependencies]
1717
python = "^3.8"
1818

19-
bleak = ">=0.15,<0.22"
20-
pyyaml = ">=5.3.1,<7"
21-
voluptuous = ">=0.12,<0.14"
19+
bleak = ">=0.15"
20+
pyyaml = ">=5.3.1"
21+
voluptuous = ">=0.12"
2222

2323
[tool.poetry.dev-dependencies]
2424
black = "23.7.0"

0 commit comments

Comments
 (0)