From 8565e4471cd3f0219d104fa0ab4138243361f500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:57:22 +0000 Subject: [PATCH 1/2] Update basedpyright requirement from ~=1.32.1 to >=1.32.1,<1.40.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.32.1...v1.39.9) --- updated-dependencies: - dependency-name: basedpyright dependency-version: 1.39.9 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 16b113e..41a53b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,5 +73,5 @@ dev = [ "pytest==9.0.3", "ruff==0.15.16", "licensecheck==2025.1.0", - "basedpyright~=1.32.1" + "basedpyright>=1.32.1,<1.40.0" ] From d6471b14c915dac20f26d961cd70debbef1695c4 Mon Sep 17 00:00:00 2001 From: brendan-priorlabs Date: Mon, 13 Jul 2026 14:11:49 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41a53b4..65f40df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,5 +73,5 @@ dev = [ "pytest==9.0.3", "ruff==0.15.16", "licensecheck==2025.1.0", - "basedpyright>=1.32.1,<1.40.0" + "basedpyright~=1.39.9" ]