From bb7f7c1302c25005cc9dbc92cc32ca93d2dfdf86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:19:26 +0000 Subject: [PATCH] chore(python-deps): update dependency pyright to v1.1.382.post0 for dev --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb35edc9..2ad7f6d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ poetry-audit-plugin = "^0.4.0" poetry-plugin-export = "1.8.0" poetry-pre-commit-plugin = "^0.1.2" pre-commit = "3.8.0" -pyright = "1.1.382" +pyright = "1.1.382.post0" tox = "^4.18.0" tox-gh-actions = "^3.2.0"