diff --git a/poetry.lock b/poetry.lock index 28cccff..46e8ab2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -383,13 +383,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pyright" -version = "1.1.370" +version = "1.1.371" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.370-py3-none-any.whl", hash = "sha256:fc721601e480a69989775bfc210534a6ca0110ebd0c065244a8d3a151294fc61"}, - {file = "pyright-1.1.370.tar.gz", hash = "sha256:d0d559d506fc41e3297f721aaa05a1b9f06beda5acc9ac64ca371ce94c28f960"}, + {file = "pyright-1.1.371-py3-none-any.whl", hash = "sha256:cce52e42ff73943243e7e5e24f2a59dee81b97d99f4e3cf97370b27e8a1858cd"}, + {file = "pyright-1.1.371.tar.gz", hash = "sha256:777b508b92dda2db476214c400ce043aad8d8f3dd0e10d284c96e79f298308b5"}, ] [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 = "1c213f38c8032fcd7f8f37064b7f2b7a6eeba7efceed4e39721680f7f0d61887" +content-hash = "16f038bd4078bcca524acb3a0babd0c8ad52ed2f5b913ffae11902e42550e770" diff --git a/pyproject.toml b/pyproject.toml index 24b1981..7c9db09 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.1" pre-commit = "^3.7.1" -pyright = "^1.1.370" +pyright = "^1.1.371" [build-system] requires = ["poetry-core"]