From 44aab2ec4e364ff5692f0a4d039cb77d3c525d62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:50:52 +0000 Subject: [PATCH] Update pyright requirement from 1.1.392 to 1.1.392.post0 Updates the requirements on [pyright](https://github.com/RobertCraigie/pyright-python) to permit the latest version. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.392...v1.1.392.post0) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5eaf69..5fcd997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ sphinx-autodoc-typehints = ">= 1.12" mypy = "^1.11.1" [tool.poetry.group.pyright.dependencies] -pyright = "1.1.392" +pyright = "1.1.392.post0" [tool.poetry.group.ruff.dependencies] ruff = "0.9.1"