From 78736674343d1ba48f9a60ed55bacf0e728a81f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 07:08:03 +0000 Subject: [PATCH] Bump pyright in the production-dependencies group across 1 directory Bumps the production-dependencies group with 1 update in the / directory: [pyright](https://github.com/RobertCraigie/pyright-python). Updates `pyright` from 1.1.378 to 1.1.379 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.378...v1.1.379) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3cb89b7..78c653c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ lint = [ "ruff==0.6.3", ] check = [ - "pyright==1.1.378", + "pyright==1.1.379", ] test = [ "pytest==8.3.2",