From 438faad6d4e5a12d6eb2fc15e38d1aaa54647ff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:42:57 +0300 Subject: [PATCH] chore(deps-dev): update pyright requirement from 1.1.367 to 1.1.369 (#234) 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.367...v1.1.369) --- 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 b11765f..b28439a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pytest-asyncio = "*" pytest-cov = "*" black = "*" pre-commit = "*" -pyright = "1.1.367" +pyright = "1.1.369" [tool.poetry.extras] wrappers = ["pydantic"]