From c836a58df40882faab52f7263b55f05e7165fb44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:12:17 +0100 Subject: [PATCH] chore(deps): bump pyright from 1.1.382.post1 to 1.1.383 (#465) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.382.post1 to 1.1.383. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.382.post1...v1.1.383) --- 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 31715b16..ad4dcaba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dev = ["nox==2024.4.15"] ] "dev.format" = ["ruff==0.6.8"] "dev.typecheck" = [ - "pyright==1.1.382.post1", + "pyright==1.1.383", "typing-extensions>=4.12.2, <5", "types-polib>=1.2.0.20240327, <2", "types-croniter>=3.0.0.20240727, <4",