From 4159c2d2c03065c8128daf8837196010137dca4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:38:22 +0000 Subject: [PATCH] deps: update basedpyright requirement from >=1.30.0 to >=1.39.0 Updates the requirements on [basedpyright](https://github.com/detachhead/basedpyright) to permit the latest version. - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](https://github.com/detachhead/basedpyright/compare/v1.30.0...v1.39.0) --- updated-dependencies: - dependency-name: basedpyright dependency-version: 1.39.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb04666..73e083b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dev = [ "pytest>=7.0.0", "pytest-cov>=4.0.0", "ruff>=0.1.0", - "basedpyright>=1.30.0", + "basedpyright>=1.39.0", "pre-commit>=3.0.0", ]