From 684807980f8e5221bb57cb4d6d2731b64b8f9e93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:42:53 +0000 Subject: [PATCH] Bump pyright from 1.1.368 to 1.1.370 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.368 to 1.1.370. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.368...v1.1.370) --- 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 83e9f31..86921ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pytest==8.2.2 -pyright==1.1.368 +pyright==1.1.370 ruff==0.4.10 black==24.4.2