From 2fda91aafd34ddc2e2b85c55090471974f3f4069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 20:54:21 +0000 Subject: [PATCH] pip prod(deps): bump pyright from 1.1.365 to 1.1.366 in /eng Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.365 to 1.1.366. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.365...v1.1.366) --- 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 17903bf6f5..b888bc85b3 100644 --- a/eng/requirements.txt +++ b/eng/requirements.txt @@ -1,5 +1,5 @@ # This is for CI requirements or dev only -pyright==1.1.365 +pyright==1.1.366 pylint==3.1.0 tox==4.15.1 mypy==1.10.0