From e3cfcbff3dc9c85451106a2353ebec6a0c965bf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 01:06:56 +0000 Subject: [PATCH] build(deps): update dependency pyright to v1.1.383 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de3c802..11b73d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ lint = [ ] types = [ "mypy[reports]~=1.11.1", - "pyright==1.1.382.post1", + "pyright==1.1.383", ] docs = [ "canonical-sphinx~=0.1",