From 94ab48f20009f1c067b4ea6f6a0c87a0c7d0854f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 04:28:58 +0000 Subject: [PATCH] Bump pyright from 1.1.380 to 1.1.381 in /.github Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.380 to 1.1.381. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.381/packages/pyright) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/package.json b/.github/package.json index 272604df810..16d8d4e1492 100644 --- a/.github/package.json +++ b/.github/package.json @@ -1,5 +1,5 @@ { "devDependencies": { - "pyright": "1.1.380" + "pyright": "1.1.381" } }