diff --git a/pyproject.toml b/pyproject.toml index 3cb89b7..78c653c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ lint = [ "ruff==0.6.3", ] check = [ - "pyright==1.1.378", + "pyright==1.1.379", ] test = [ "pytest==8.3.2",