diff --git a/poetry.lock b/poetry.lock index b31460f..0f6a715 100644 --- a/poetry.lock +++ b/poetry.lock @@ -291,13 +291,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyright" -version = "1.1.363" +version = "1.1.364" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.363-py3-none-any.whl", hash = "sha256:d3b8d73c8d230e26cc3523862f3398032a0c39a00d7bb69dc0f595f8e888fd01"}, - {file = "pyright-1.1.363.tar.gz", hash = "sha256:00a8f0ae0e339473bb0488f8a2a2dcdf574e94a16cd7b4390d49d144714d8db2"}, + {file = "pyright-1.1.364-py3-none-any.whl", hash = "sha256:865f1e02873c5dc7427c95acf53659a118574010e6fb364e27e47ec5c46a9f26"}, + {file = "pyright-1.1.364.tar.gz", hash = "sha256:612a2106a4078ec57efc22b5620729e9bdf4a3c17caba013b534bd33f7d08e5a"}, ] [package.dependencies] @@ -551,4 +551,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7d5aca42e182c894eef6fe8fe46135bc923167b49321441d14e7e4d9c7f02e89" +content-hash = "d4e94c24884c66c511cc23d5a7981956a59ee4caf6cc88dd976375f533c9e70a" diff --git a/pyproject.toml b/pyproject.toml index 698748d..f9f517b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ python = "^3.10" [tool.poetry.group.dev.dependencies] pre-commit = "^3.7.1" ruff = "^0.4.4" -pyright = "^1.1.363" +pyright = "^1.1.364" pytest = "^8.2.1" pytest-asyncio = "^0.23.7" pytest-mock = "^3.14.0"