From 78fcd9ddc169f09cde76c6c189f46527e939079e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:00:55 +0000 Subject: [PATCH] deps:(deps-dev): bump pyright from 1.1.325 to 1.1.326 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.325 to 1.1.326. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.325...v1.1.326) --- 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 82ca7c52..21c34f18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "cruft>=2.0.0", - "pyright==1.1.325", + "pyright==1.1.326", "pyright-polite>=0.0.1", "pre-commit>=2.20.0", "ruff>=0.0.254",