From 5d21fe97ae861454cec7ca5f9c562a1d1eecff3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 01:51:09 +0000 Subject: [PATCH] build(deps): update dependency pyright to v1.1.378 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2e56a1..bbfb7a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ lint = [ ] types = [ "mypy[reports]~=1.11.1", - "pyright==1.1.377", + "pyright==1.1.378", ] docs = [ "canonical-sphinx~=0.1",