From 74747a4f94df5952af08043551ca63e15b5e0a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 08:32:08 +0000 Subject: [PATCH] build(deps-dev): update pyright requirement from 1.1.369 to 1.1.370 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.370) --- 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 62d4d12..8571ccf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ sphinx-autodoc-typehints = ">=2" mypy = "1.10.1" [tool.poetry.group.pyright.dependencies] -pyright = "1.1.369" +pyright = "1.1.370" [tool.poetry.group.ruff.dependencies] ruff = "^0.5.0"