From d72dae6681b03d028f33607f80cb67efa6a64b3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:47:04 +0100 Subject: [PATCH] chore(deps): bump pyright from 1.1.385 to 1.1.386 (#473) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.385 to 1.1.386. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.385...v1.1.386) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e20ddfc8..2e20c62d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dev = ["nox==2024.10.9"] ] "dev.format" = ["ruff==0.7.0"] "dev.typecheck" = [ - "pyright==1.1.385", + "pyright==1.1.386", "typing-extensions>=4.12.2, <5", "types-polib>=1.2.0.20240327, <2", "types-croniter>=3.0.0.20240727, <4",