From f5cc56be96b6c28be733a3ced56be8eeaf17f687 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 00:11:44 +0000 Subject: [PATCH] build(deps): update dependency pyright to v1.1.387 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7922cee..92663f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ lint = [ ] types = [ "mypy[reports]~=1.13.0", - "pyright==1.1.386", + "pyright==1.1.387", ] docs = [ "canonical-sphinx~=0.1",