diff --git a/poetry.lock b/poetry.lock index b12263f..9bf4834 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.383" 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.383-py3-none-any.whl", hash = "sha256:d864d1182a313f45aaf99e9bfc7d2668eeabc99b29a556b5344894fd73cb1959"}, + {file = "pyright-1.1.383.tar.gz", hash = "sha256:1df7f12407f3710c9c6df938d98ec53f70053e6c6bbf71ce7bcb038d42f10070"}, ] [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 = "7ab46a2077eb508c9b522471a9b4a3141692d242ed9783f94f192c0e42087a2d" diff --git a/pyproject.toml b/pyproject.toml index 4b07b88..6d98ab2 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.383"} pytest = "^8.3.3" pytest-asyncio = "^0.24.0" pytest-mock = "^3.14.0"