diff --git a/poetry.lock b/poetry.lock index 7045d7d..36997dd 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.379" 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.379-py3-none-any.whl", hash = "sha256:01954811ac71db8646f50de1577576dc275ffb891a9e7324350e676cf6df323f"}, + {file = "pyright-1.1.379.tar.gz", hash = "sha256:6f426cb6443786fa966b930c23ad1941c8cb9fe672e4589daea8d80bb34193ea"}, ] [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 = "8074c83a40a33f9164ac37000d3a562a13b8889cae2dd013370e48f7193e1c6d" +content-hash = "49066fee75223e39689b4c87cb82a28c034a2e8936d193a5766e325954593333" diff --git a/pyproject.toml b/pyproject.toml index 9a68a6c..73cf7aa 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.6.4" -pyright = "^1.1.372" +pyright = "^1.1.379" pytest = "^8.2.2" pytest-asyncio = "^0.23.7" pytest-mock = "^3.14.0"