diff --git a/pyproject.toml b/pyproject.toml index fff5f86670..1c04880866 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ optional-dependencies = { "dev" = [ 'numpy<1.22.0; python_version < "3.8"', 'numpy; python_version >= "3.8"', "pillow", - "pyright==1.1.341", + "pyright==1.1.345", "pytest", "pytest-asyncio", "pytest-httpserver",