From 609080044a71b242840f5943ba923994d65537e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 04:31:50 +0000 Subject: [PATCH] Bump pyright from 1.1.394 to 1.1.395 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.394 to 1.1.395. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.394...v1.1.395) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production 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 1c0167adf41..ab750911649 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ lint = [ "types-Pygments==2.19.0.20250219", "types-requests==2.32.0.20241016", # align with requests "types-urllib3==1.26.25.14", - "pyright==1.1.394", + "pyright==1.1.395", "pytest>=8.0", "pypi-attestations==0.0.21", "betterproto==2.0.0b6",