From 5877f1a2162b422cb83c6e8e09c191ac229e9390 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 15:36:55 +0000 Subject: [PATCH] chore(python-deps): update dependency pyright to v1.1.386 for dev --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df77a80..cc8a82d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ poetry-plugin-export = "1.8.0" poetry-pre-commit-plugin = "^0.1.2" pre-commit = "4.0.1" pylint = "3.3.1" -pyright = "1.1.385" +pyright = "1.1.386" tox = "^4.18.0" tox-gh-actions = "^3.2.0"