From 5d549945285d9c2d95ff89497dbbaeb1d0b4c90e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:49:54 +0000 Subject: [PATCH] chore(deps-dev)(deps-dev): update pyright requirement 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.410...v1.1.411) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.411 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 40c85a3..21211c3 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -11,7 +11,7 @@ isort>=8.0.1,<9.0.0 # Linting and Type Checking ruff>=0.16.5,<1.0.0 mypy>=2.3.0,<3.0.0 -pyright>=1.1.410 +pyright>=1.1.411 # Type stubs (compatible versions) types-python-dateutil>=2.9.0.20260518