From 2c0015007598125ad82af709b6b86740f1659b5f Mon Sep 17 00:00:00 2001 From: Aaron Holmes Date: Wed, 18 Sep 2024 16:21:04 -0700 Subject: [PATCH] Revert "Bump pyright from 1.1.380 to 1.1.381" --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a600ee0d..100b06f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ dev-dependencies = [ "pytest-cov >= 4.1,< 5.0", "coverage ~= 7.4", "junit2html >= 30.1,< 32.0", - "pyright == 1.1.381", + "pyright == 1.1.380", "isort ~= 5.13", "ruff ~= 0.3", "bandit[sarif,toml] ~= 1.7"