diff --git a/pyproject.toml b/pyproject.toml index b81830c..b0eb33f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev_fmt = [ ] # NOTE: Must use `==` to constrain version for github actions cache working properly dev_test = [ - "pyright == 1.1.338", + "pyright == 1.1.344", "pytest==7.4.3", "pytest-cov== 4.1.0", "pytest-timeout==2.2.0",