diff --git a/pyproject.toml b/pyproject.toml index 6e1c3245..90f2e666 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ dev-dependencies = [ "junit2html >= 30.1,< 32.0", # Pyright >= 1.1.367 breaks the build. # Waiting for new pyright release to fix it. https://github.com/uclahs-cds/BL_Python/issues/79 - "pyright == 1.1.375", + "pyright == 1.1.376", "isort ~= 5.13", "ruff ~= 0.3", "bandit[sarif,toml] ~= 1.7"