From 1f6eb6ccb819e46c9627641f2461cb04eaa142bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:10:30 +0000 Subject: [PATCH] Bump pyright from 1.1.370 to 1.1.372 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.370 to 1.1.372. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.370...v1.1.372) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c78e7ee..7ea71b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pytest==8.2.2 -pyright==1.1.370 +pyright==1.1.372 ruff==0.5.1 black==24.4.2