From 72bb16649198687b4d1a73e0031ba74961d67104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 17:33:34 +0000 Subject: [PATCH] Bump pyright in the production-dependencies group Bumps the production-dependencies group with 1 update: [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 f714b00..04f6f34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ lint = [ "ruff==0.6.3", ] check = [ - "pyright==1.1.378", + "pyright==1.1.379", ] test = [ "pytest==8.3.2",