From c496d9099c1104d69e74b2dcc7caf92596c2ca8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 20:56:02 +0000 Subject: [PATCH] chore(deps): update pyright requirement from >=1.1.405 to >=1.1.411 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.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 f4847a2..1a70aa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ constraint-dependencies = [ [dependency-groups] dev = [ "mypy>=1.0.0,<2.0.0", - "pyright>=1.1.405", + "pyright>=1.1.411", "ruff>=0.9.7,<1.0.0", "types-requests>=2.31.0,<3.0.0", "anthropic[bedrock]>=0.39.0,<1.0.0",