diff --git a/poetry.lock b/poetry.lock index b12263f..a670c95 100644 --- a/poetry.lock +++ b/poetry.lock @@ -307,13 +307,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyright" -version = "1.1.382" +version = "1.1.385" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.382-py3-none-any.whl", hash = "sha256:b6658802b2eca1107a6d63b6816903da4c7a53dffebc27cdbc02ebd904b7a18e"}, - {file = "pyright-1.1.382.tar.gz", hash = "sha256:0c953837aa9f1e1d8d46772ee7ebae845104db657e9216834dbdde567a11f177"}, + {file = "pyright-1.1.385-py3-none-any.whl", hash = "sha256:e5b9a1b8d492e13004d822af94d07d235f2c7c158457293b51ab2214c8c5b375"}, + {file = "pyright-1.1.385.tar.gz", hash = "sha256:1bf042b8f080441534aa02101dea30f8fc2efa8f7b6f1ab05197c21317f5bfa7"}, ] [package.dependencies] @@ -582,4 +582,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6afd859d0c01612b3b2963170cd5cf4d619396ccb0efab1efca54d0d96891106" +content-hash = "73a91bf3431db676e8438afd4f95b04b123d6336921b1d466110b374e64ee057" diff --git a/pyproject.toml b/pyproject.toml index 4b07b88..f97b0aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ python = "^3.10" [tool.poetry.group.dev.dependencies] pre-commit = "^3.8.0" ruff = "^0.6.7" -pyright = {extras = ["nodejs"], version = "^1.1.382"} +pyright = {extras = ["nodejs"], version = "^1.1.385"} pytest = "^8.3.3" pytest-asyncio = "^0.24.0" pytest-mock = "^3.14.0"