From 1e46bd2b609647b2382cd2f6854caffaba56939c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:00:26 +0000 Subject: [PATCH] Bump pyright from 1.1.384 to 1.1.385 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.384 to 1.1.385. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.384...v1.1.385) --- 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 1455eaa1436..d629949e13f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ lint = [ "types-Pygments==2.18.0.20240506", "types-requests==2.32.0.20241016", # align with requests "types-urllib3==1.26.25.14", - "pyright==1.1.384", + "pyright==1.1.385", "pytest>=6.0", ] test = [