From 5e9c9eb5c489538a30344bf2016b47869049a739 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:18:34 -0400 Subject: [PATCH] build(deps): update dependency pyright to v1.1.382.post1 (#264) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bec0dac..1dcf7d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ lint = [ ] types = [ "mypy[reports]~=1.11.0", - "pyright==1.1.381", + "pyright==1.1.382.post1", ] docs = [ "canonical-sphinx~=0.1", @@ -48,7 +48,7 @@ dev-dependencies = [ "pytest-mock~=3.12", "yamllint~=1.34", "mypy[reports]~=1.11.0", - "pyright==1.1.381", + "pyright==1.1.382.post1", "types-Pygments", "types-colorama", "types-setuptools",