diff --git a/poetry.lock b/poetry.lock index b12263f..774d29f 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.384" 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.384-py3-none-any.whl", hash = "sha256:f0b6f4db2da38f27aeb7035c26192f034587875f751b847e9ad42ed0c704ac9e"}, + {file = "pyright-1.1.384.tar.gz", hash = "sha256:25e54d61f55cbb45f1195ff89c488832d7a45d59f3e132f178fdf9ef6cafc706"}, ] [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 = "f48ced57f6f038d4877b35e89d299d36bcab0b44cbfaa6dec3fa403203ce23ca" diff --git a/pyproject.toml b/pyproject.toml index 4b07b88..2150f95 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.384"} pytest = "^8.3.3" pytest-asyncio = "^0.24.0" pytest-mock = "^3.14.0"