From 6cdfee81957b7d64c378fcf2983a5d66b4ff002a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 18:21:22 +0000 Subject: [PATCH] #patch: Bump pyright from 1.1.386 to 1.1.387 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.386 to 1.1.387. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.386...v1.1.387) --- 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 5c301d3..7e3957b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [] [project.optional-dependencies] lint = [ "pylint==3.3.1", - "pyright==1.1.386", + "pyright==1.1.387", ] publish = [ "build==1.2.2.post1",