diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 16f889e..f1e474f 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -39,7 +39,7 @@ lint = [ "ruff==0.4.3", ] check = [ - "pyright==1.1.361", + "pyright==1.1.362", ] test = [ "pytest==8.2.0",