From 9c51b871b1b05621cba733b80ec44659384707df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 01:17:35 +0000 Subject: [PATCH] build(deps): bump pyright Bumps the python-development group with 1 update in the / directory: [pyright](https://github.com/RobertCraigie/pyright-python). Updates `pyright` from 1.1.408 to 1.1.410 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.408...v1.1.410) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.409 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-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 8a0f71e..59f18a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ minio = [ development = [ 'minio >=7.2.20, <8', 'pre-commit', - 'pyright==1.1.408', + 'pyright==1.1.410', 'pytest', 'coverage', 'pytest-cov',