From 54bb5d6aeb9e7a42ac7251f0ff91d7d3b8c9d9f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:30:03 +0000 Subject: [PATCH] Bump pyright from 1.1.370 to 1.1.373 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.370 to 1.1.373. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.370...v1.1.373) --- 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..82ad453 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pytest==8.2.2 -pyright==1.1.370 +pyright==1.1.373 ruff==0.5.1 black==24.4.2