From 5d717eb66b8350afeb9f339b0b5d9c1fca45667e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:18:31 +0000 Subject: [PATCH] pip prod(deps): bump pyright from 1.1.379 to 1.1.390 in /eng Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.379 to 1.1.390. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.379...v1.1.390) --- 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 d4c78288197..5dfcf818ea2 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.390 pylint==3.2.7 tox==4.23.2 mypy==1.10.1