diff --git a/poetry.lock b/poetry.lock index b2338cc..61efd6b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -811,4 +811,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "fb904003c7139ce0cfc30d7129834334045e5c2e2537e87c381497b4f8a4109d" +content-hash = "0be891aa61654bcac3a974d603f8211207d9f1e6565251715c620f7faf94a1d7" diff --git a/pyproject.toml b/pyproject.toml index 33aba02..7f73db9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ aiohue = "^2.5.1" pydantic = "^1.9.2" click = "^8.1.3" aiohttp = "^3.8.1" -tomli = { version = "^2.0.1", python = "<=3.10" } +tomli = { version = "^2.0.1", python = "<=3.11" } [tool.poetry.dev-dependencies] ruff = "*" @@ -36,10 +36,6 @@ hue2mqtt = 'hue2mqtt.app:app' requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api" -[tool.black] -line-length = 90 -target-version = ['py38'] - [tool.mypy] mypy_path = "stubs"