From f23334da48a1a1d829e76d23eb8f3d972851fffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 17:09:15 +0000 Subject: [PATCH] chore(deps-dev): Bump basedpyright from 1.37.2 to 1.39.3 Bumps [basedpyright](https://github.com/detachhead/basedpyright) from 1.37.2 to 1.39.3. - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](https://github.com/detachhead/basedpyright/compare/v1.37.2...v1.39.3) --- updated-dependencies: - dependency-name: basedpyright dependency-version: 1.39.3 dependency-type: direct:development 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 e789ddd..dd0b4b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ docs = [ "sphinx-autodoc-typehints>=1.12", ] mypy = ["mypy==1.19.1"] -pyright = ["basedpyright==1.37.2"] +pyright = ["basedpyright==1.39.3"] ruff = ["ruff==0.14.14"] tests = [ "coverage>=7.6.12",