diff --git a/poetry.lock b/poetry.lock index 93b2d53..79beaa5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -291,13 +291,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyright" -version = "1.1.372" +version = "1.1.374" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.372-py3-none-any.whl", hash = "sha256:25b15fb8967740f0949fd35b963777187f0a0404c0bd753cc966ec139f3eaa0b"}, - {file = "pyright-1.1.372.tar.gz", hash = "sha256:a9f5e0daa955daaa17e3d1ef76d3623e75f8afd5e37b437d3ff84d5b38c15420"}, + {file = "pyright-1.1.374-py3-none-any.whl", hash = "sha256:55752bcf7a3646d293cd76710a983b71e16f6128aab2d42468e6eb7e46c0a70d"}, + {file = "pyright-1.1.374.tar.gz", hash = "sha256:d01b2daf864ba5e0362e56b844984865970d7204158e61eb685e2dab7804cb82"}, ] [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 = "b7df3e1ae530d8fd5bc4d8427e44b91d79485dfa43cf72264a14e317f413a05a" +content-hash = "36767804328cf24ac365bd1d6c9fa3c6d4a69a053baef03dc7cc1fe010f1ec19" diff --git a/pyproject.toml b/pyproject.toml index fa8373e..9560bf1 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.2" -pyright = "^1.1.372" +pyright = "^1.1.374" pytest = "^8.2.2" pytest-asyncio = "^0.23.7" pytest-mock = "^3.14.0"