From 64c9b6a6f1c94025965d7bddd3d9e8b75cb86b93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:37:55 +0200 Subject: [PATCH] Update pyright requirement from 1.1.356 to 1.1.357 (#35) 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.356...v1.1.357) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development ... 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 c68620b..d4db428 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ sphinx-autodoc-typehints = ">= 1.12" mypy = "^1.8.0" [tool.poetry.group.pyright.dependencies] -pyright = "1.1.356" +pyright = "1.1.357" [tool.poetry.group.ruff.dependencies] ruff = ">=0.2,<0.4"