From 2a3899611f2d03ebfed95460a361a575319be5c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:57:29 +0000 Subject: [PATCH] Bump pyright from 1.1.319 to 1.1.333 in /.github Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.319 to 1.1.333. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.333/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 e9011ce7..9207b27e 100644 --- a/.github/package.json +++ b/.github/package.json @@ -2,6 +2,6 @@ "name": "fake_package_json_for_github_action_to_read_version", "private": true, "devDependencies": { - "pyright": "1.1.319" + "pyright": "1.1.333" } }