From 42edea742e560d6b5be44acf7c2109ed028ef90d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 20:36:18 +0000 Subject: [PATCH] chore(deps-dev): Bump basedpyright from 1.39.5 to 1.39.6 Bumps [basedpyright](https://github.com/detachhead/basedpyright) from 1.39.5 to 1.39.6. - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](https://github.com/detachhead/basedpyright/compare/v1.39.5...v1.39.6) --- updated-dependencies: - dependency-name: basedpyright dependency-version: 1.39.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04b9c3a..eda865c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ docs = [ "sphinx-autodoc-typehints>=1.12", ] mypy = ["mypy==2.1.0"] -pyright = ["basedpyright==1.39.5"] +pyright = ["basedpyright==1.39.6"] ruff = ["ruff==0.15.13"] tests = [ "coverage>=7.6.12",