diff --git a/pyproject.toml b/pyproject.toml index 1a8f301..3f009d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ ] [project.optional-dependencies] -dev = ["pyright==1.1.391", "ruff==0.9.2", "bumpver==2024.1130"] +dev = ["pyright==1.1.392.post0", "ruff==0.9.2", "bumpver==2024.1130"] [tool.hatch.build.targets.wheel] include = ["custom_components/vantage"]