From 6c23c939db0cfde8d2e64d9f22bf2cf0c745c52b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 22:35:33 +0000 Subject: [PATCH] :arrow_up: Bump basedpyright from 1.29.4 to 1.31.4 Bumps [basedpyright](https://github.com/detachhead/basedpyright) from 1.29.4 to 1.31.4. - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](https://github.com/detachhead/basedpyright/compare/v1.29.4...v1.31.4) --- updated-dependencies: - dependency-name: basedpyright dependency-version: 1.31.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb0999b..a6240b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "basedpyright==1.29.4", + "basedpyright==1.31.4", "pre-commit==4.2.0", "pytest==8.4.0", "ruff==0.11.13",