From 43b2a50ae17dcbfe3bf8b4d23e6bafbd18bda78e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 03:59:32 +0000 Subject: [PATCH] chore(deps): update pyright requirement from <2,>=1.1 to >=1.1.411,<2 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.224...v1.1.411) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.411 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 8f47d20..f14258d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [] dev = [ "ruff>=0.16.3,<1", # linter + formatter "pytest>=9.1,<10", # test runner - "pyright>=1.1,<2", # static type checker + "pyright>=1.1.411,<2", # static type checker "codespell>=2.4,<3", # spell checker (code, comments, docs) ] # Docs site toolchain (Sphinx + MyST + furo). Install with `uv pip install -e '.[docs]'`.