From 89d09da8b3cfe69ee4f6bbd7d05ca8084cc3640d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:38:18 +0000 Subject: [PATCH] build(deps): update dependency pyright to v1.1.382.post1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e1b01e..12d1550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ lint = [ ] types = [ "mypy[reports]==1.11.2", - "pyright==1.1.381", + "pyright==1.1.382.post1", "types-PyYAML", "types-Pygments", "types-colorama",