From b34d1b4056989641fa3fe7e7910fc673f2b7f127 Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Thu, 9 May 2024 17:53:52 +0000 Subject: [PATCH] update pyright --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",