diff --git a/poetry.lock b/poetry.lock index 4836da5..a7fd1bf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1223,4 +1223,4 @@ ble = ["bleak", "dbus-fast"] [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.13" -content-hash = "a3dca9050b9757a0fada3fb80dc17435449350361e66155a06b4db016e4a2a25" +content-hash = "d68563121ea059b385b14c9725fd58e2b76d840c9a7cb79cbbdec7140a3943e1" diff --git a/pyproject.toml b/pyproject.toml index 6fea06b..ca0249c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ aiohttp = ">=3.0.0" cryptography = "^41.0.1" backports-strenum = { version = "^1.2.4", python = "<3.11" } bleak = { version = "^0.21", optional = true } -dbus-fast = {version = "^2.14.0", optional = true, platform = "linux"} +dbus-fast = {version = "^2.11.0", optional = true, platform = "linux"} [tool.poetry.group.dev.dependencies] pytest = "^7.1.2"