From 92e11ec8bdffc9cd64df3b7d6ec782f05d838e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 23:26:50 +0000 Subject: [PATCH] chore(deps): bump pyright from 1.1.388 to 1.1.389 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.388 to 1.1.389. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.388...v1.1.389) --- 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 322e1ced..f154587b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dev = ["nox==2024.10.9"] ] "dev.format" = ["ruff==0.7.3"] "dev.typecheck" = [ - "pyright==1.1.388", + "pyright==1.1.389", "typing-extensions>=4.12.2, <5", "types-polib>=1.2.0.20240327, <2", "types-croniter>=3.0.0.20240727, <5",