diff --git a/poetry.lock b/poetry.lock index 51e1845..f417329 100644 --- a/poetry.lock +++ b/poetry.lock @@ -291,13 +291,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyright" -version = "1.1.369" +version = "1.1.370" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.369-py3-none-any.whl", hash = "sha256:06d5167a8d7be62523ced0265c5d2f1e022e110caf57a25d92f50fb2d07bcda0"}, - {file = "pyright-1.1.369.tar.gz", hash = "sha256:ad290710072d021e213b98cc7a2f90ae3a48609ef5b978f749346d1a47eb9af8"}, + {file = "pyright-1.1.370-py3-none-any.whl", hash = "sha256:fc721601e480a69989775bfc210534a6ca0110ebd0c065244a8d3a151294fc61"}, + {file = "pyright-1.1.370.tar.gz", hash = "sha256:d0d559d506fc41e3297f721aaa05a1b9f06beda5acc9ac64ca371ce94c28f960"}, ] [package.dependencies] @@ -552,4 +552,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "905cd27d877b44d72455232c0c622c79c80e4d641291b256f1396853fe7f718d" +content-hash = "b61e3fdb5d12951aaff1a600dc5a20f9cac456e98968d37329fead61ba23a887" diff --git a/pyproject.toml b/pyproject.toml index 56e2c0c..3cfbb58 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.5.1" -pyright = "^1.1.369" +pyright = "^1.1.370" pytest = "^8.2.2" pytest-asyncio = "^0.23.7" pytest-mock = "^3.14.0"