Skip to content

Commit 4a5bac0

Browse files
authored
Merge pull request #49 from bretterer/dbus-fast
Lower minimum required version of dbus-fast
2 parents 6457b79 + d34729b commit 4a5bac0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ aiohttp = ">=3.0.0"
1515
cryptography = "^41.0.1"
1616
backports-strenum = { version = "^1.2.4", python = "<3.11" }
1717
bleak = { version = "^0.21", optional = true }
18-
dbus-fast = {version = "^2.14.0", optional = true, platform = "linux"}
18+
dbus-fast = {version = "^2.11.0", optional = true, platform = "linux"}
1919

2020
[tool.poetry.group.dev.dependencies]
2121
pytest = "^7.1.2"

0 commit comments

Comments
 (0)