From 04c0722a3eb35711452f1142c9d42e8b50fe2f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 05:02:12 +0000 Subject: [PATCH] chore: bump pyright from 1.1.409 to 1.1.410 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.409 to 1.1.410. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.409...v1.1.410) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.410 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1864172..1a68f01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dev = [ "pytest-cov==7.1.0", "ruff==0.15.14", "bandit==1.9.4", - "pyright==1.1.409", + "pyright==1.1.410", "twine==6.2.0", "pandas>=2.0.0", ]