diff --git a/poetry.lock b/poetry.lock index fac2ebf..5361274 100644 --- a/poetry.lock +++ b/poetry.lock @@ -383,13 +383,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pyright" -version = "1.1.372" +version = "1.1.373" 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.373-py3-none-any.whl", hash = "sha256:b805413227f2c209f27b14b55da27fe5e9fb84129c9f1eb27708a5d12f6f000e"}, + {file = "pyright-1.1.373.tar.gz", hash = "sha256:f41bcfc8b9d1802b09921a394d6ae1ce19694957b628bc657629688daf8a83ff"}, ] [package.dependencies] @@ -621,4 +621,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6f6e1b5a8ae73ed72ff0d8a3259ede7c2df48396212648e3581be9f6fa2ea37b" +content-hash = "0e8561dc9b483b5c00965a753d32677279b11f79a9e018041b2b85b10abf1938" diff --git a/pyproject.toml b/pyproject.toml index 978675e..4ee94e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pandas-stubs = "^2.2.2.240603" [tool.poetry.group.dev.dependencies] ruff = "^0.5.5" pre-commit = "^3.8.0" -pyright = "^1.1.372" +pyright = "^1.1.373" [build-system] requires = ["poetry-core"]