From c9e22979d3fcc94433cf19d7d5d1c012d5167a24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 06:58:01 +0000 Subject: [PATCH] Bump pyright from 1.1.362 to 1.1.363 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.362 to 1.1.363. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.362...v1.1.363) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- codecheck-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecheck-requirements.txt b/codecheck-requirements.txt index 543ad5d7e2..197dc3d365 100644 --- a/codecheck-requirements.txt +++ b/codecheck-requirements.txt @@ -1,5 +1,5 @@ black==24.4.2 flake8==7.0.0 pylint==3.2.0 -pyright==1.1.362 +pyright==1.1.363 pytype==2024.4.11