From de520372f524e8ffb375d89969eb530f4a1b7cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 04:05:09 +0000 Subject: [PATCH] build(deps): bump basedpyright in /dev-tools/scripts Bumps [basedpyright](https://github.com/detachhead/basedpyright) from 1.38.4 to 1.39.3. - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](https://github.com/detachhead/basedpyright/compare/v1.38.4...v1.39.3) --- updated-dependencies: - dependency-name: basedpyright dependency-version: 1.39.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-tools/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/scripts/requirements.txt b/dev-tools/scripts/requirements.txt index beb74bf343e2..2c61a0968b93 100644 --- a/dev-tools/scripts/requirements.txt +++ b/dev-tools/scripts/requirements.txt @@ -13,6 +13,6 @@ PyGithub==2.9.0 # JIRA processing in githubPRs jira==3.10.5 # type-checking in "make lint" -basedpyright==1.38.4 +basedpyright==1.39.3 # linting in "make lint" ruff==0.15.12