diff --git a/pyproject.toml b/pyproject.toml index e789ddd..dd0b4b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ docs = [ "sphinx-autodoc-typehints>=1.12", ] mypy = ["mypy==1.19.1"] -pyright = ["basedpyright==1.37.2"] +pyright = ["basedpyright==1.39.3"] ruff = ["ruff==0.14.14"] tests = [ "coverage>=7.6.12",