From 778f9bfd0ff99c8015f2fc642461c149f626ff79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 20:42:40 +0000 Subject: [PATCH] chore(deps): bump basedpyright from 1.39.8 to 1.39.9 Bumps [basedpyright](https://github.com/detachhead/basedpyright) from 1.39.8 to 1.39.9. - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](https://github.com/detachhead/basedpyright/compare/v1.39.8...v1.39.9) --- updated-dependencies: - dependency-name: basedpyright dependency-version: 1.39.9 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 fff89e9..bfbbb72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dev = [ "pytest-mock>=3.10", "ruff==0.15.5", "mypy==2.1.0", - "basedpyright==1.39.8", + "basedpyright==1.39.9", "vulture==2.16", "pytest-cov==7.1.0", "check-manifest==0.51",