From e650da03c6c9d0d4dfbfa024f83e0f60db3de635 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:16:31 +0000 Subject: [PATCH] chore(python-deps): update dependency pyright to v1.1.389 for dev (#230) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47c20f7..474927d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ poetry-plugin-export = "1.8.0" poetry-pre-commit-plugin = "^0.1.2" pre-commit = "4.0.1" pylint = "3.3.1" -pyright = {extras = ["nodejs"], version = "1.1.388"} +pyright = {extras = ["nodejs"], version = "1.1.389"} tox = "^4.18.0" tox-gh-actions = "^3.2.0"