From 338605401d9ea51e5cb4360a651ea31119797e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 00:25:33 +0000 Subject: [PATCH] chore(deps-dev): update pyright requirement from 1.1.369 to 1.1.374 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.369...v1.1.374) --- 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 b28439a..a4f6448 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pytest-asyncio = "*" pytest-cov = "*" black = "*" pre-commit = "*" -pyright = "1.1.369" +pyright = "1.1.374" [tool.poetry.extras] wrappers = ["pydantic"]