From 462ec2e53930edb5f1ca1426200dc5619de310d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 00:05:42 +0000 Subject: [PATCH] chore(deps-dev): Bump basedpyright from 1.39.4 to 1.39.5 Bumps [basedpyright](https://github.com/detachhead/basedpyright) from 1.39.4 to 1.39.5. - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](https://github.com/detachhead/basedpyright/compare/v1.39.4...v1.39.5) --- updated-dependencies: - dependency-name: basedpyright dependency-version: 1.39.5 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 29e29b0..9098bce 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.4"] +pyright = ["basedpyright==1.39.5"] ruff = ["ruff==0.15.13"] tests = [ "coverage>=7.6.12",