diff --git a/poetry.lock b/poetry.lock index 78f9652..e8878b7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2257,13 +2257,13 @@ files = [ [[package]] name = "pyright" -version = "1.1.386" +version = "1.1.387" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.386-py3-none-any.whl", hash = "sha256:7071ac495593b2258ccdbbf495f1a5c0e5f27951f6b429bed4e8b296eb5cd21d"}, - {file = "pyright-1.1.386.tar.gz", hash = "sha256:8e9975e34948ba5f8e07792a9c9d2bdceb2c6c0b61742b068d2229ca2bc4a9d9"}, + {file = "pyright-1.1.387-py3-none-any.whl", hash = "sha256:6a1f495a261a72e12ad17e20d1ae3df4511223c773b19407cfa006229b1b08a5"}, + {file = "pyright-1.1.387.tar.gz", hash = "sha256:577de60224f7fe36505d5b181231e3a395d427b7873be0bbcaa962a29ea93a60"}, ] [package.dependencies] @@ -3113,4 +3113,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.12,<3.13" -content-hash = "8e8ec6ce863ee6ecff231a42d12a8e0f15b57f010ca0fc92ccae81d9d24b8887" +content-hash = "8b68657676ac72df9e6673a283391a3990c2875fd1b17929fbda56812b3427d6" diff --git a/pyproject.toml b/pyproject.toml index f2246d7..6e03b9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ myskoda = "^0.8.8" [tool.poetry.group.dev.dependencies] ruff = "^0.7.2" homeassistant-stubs = "^2024.10.0" -pyright = "^1.1.384" +pyright = "^1.1.387" [build-system] requires = ["poetry-core"]