From a6f400fc46a597178d811c8e9699a375b2780686 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 19:44:27 +0000 Subject: [PATCH] chore(python-deps): update dependency pyright to v1.1.383 for dev --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8c95093..d3fdc1db 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.post1" +pyright = "1.1.383" tox = "^4.18.0" tox-gh-actions = "^3.2.0"