From 3e69256ca8104fdfa8b82aaae0c8af9e1c58f6dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 00:26:50 +0000 Subject: [PATCH] chore(deps): update dependency types/pyright to v1.1.372 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9530a46..bcd28df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ lint = [ ] types = [ "mypy[reports]~=1.10.0", - "pyright==1.1.371", + "pyright==1.1.372", ] docs = [ "canonical-sphinx~=0.1",