From 139dfd076490ee374beb1665b5cfdf850d026b0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:02:16 +0000 Subject: [PATCH] Update pyright requirement from >=1.1.405 to >=1.1.408 Updates the requirements on [pyright](https://github.com/RobertCraigie/pyright-python) to permit the latest version. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.405...v1.1.408) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.408 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 2298da6..54822c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,5 +40,5 @@ Repository = "https://github.com/accessibleapps/gui_builder.git" [dependency-groups] dev = [ "logger-setup>=0.17", - "pyright>=1.1.405", + "pyright>=1.1.408", ]