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