From ff45c54fd86188763fec25348ab3fe245f125378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:20:27 +0000 Subject: [PATCH] pip prod(deps): bump pyright from 1.1.379 to 1.1.387 in /eng Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.379 to 1.1.387. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.379...v1.1.387) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- eng/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/requirements.txt b/eng/requirements.txt index 9bbcae44f67..1b60eb8e6f1 100644 --- a/eng/requirements.txt +++ b/eng/requirements.txt @@ -1,5 +1,5 @@ # This is for CI requirements or dev only -pyright==1.1.379 +pyright==1.1.387 pylint==3.2.7 tox==4.18.1 mypy==1.10.1