From e03880e786437582d45e5d778a5b9dd250067ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 21:04:53 +0000 Subject: [PATCH] Update pyright requirement in /agent/python-agent 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.391...v1.1.409) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.409 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- agent/python-agent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/python-agent/pyproject.toml b/agent/python-agent/pyproject.toml index 8824f8c..bccc883 100644 --- a/agent/python-agent/pyproject.toml +++ b/agent/python-agent/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ [dependency-groups] dev = [ - "pyright>=1.1.391", + "pyright>=1.1.409", "ruff>=0.9.1", ]