From 5b1e77674541b5e812ed1c738fff11a8e60d5f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 15:32:43 +0000 Subject: [PATCH] chore(deps-dev): bump basedpyright from 1.39.7 to 1.39.9 Bumps [basedpyright](https://github.com/detachhead/basedpyright) from 1.39.7 to 1.39.9. - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](https://github.com/detachhead/basedpyright/compare/v1.39.7...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 a958ad3..4e7593f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [] dev = [ "pytest>=8", "psycopg[binary]>=3.2", - "basedpyright==1.39.7", + "basedpyright==1.39.9", ] [tool.uv]