From 22b1bf167765916a60c9ca01c0b722261ac9cb0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 11:41:19 +0000 Subject: [PATCH] chore(deps-dev): Bump basedpyright from 1.39.3 to 1.39.4 Bumps [basedpyright](https://github.com/detachhead/basedpyright) from 1.39.3 to 1.39.4. - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](https://github.com/detachhead/basedpyright/compare/v1.39.3...v1.39.4) --- updated-dependencies: - dependency-name: basedpyright dependency-version: 1.39.4 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 cf7687f..c354581 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.3"] +pyright = ["basedpyright==1.39.4"] ruff = ["ruff==0.15.12"] tests = [ "coverage>=7.6.12",