From 909e06dba0b5cf682ef04478fab582db474d56e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 06:13:53 +0000 Subject: [PATCH] Bump pyright from 1.1.366 to 1.1.367 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.366 to 1.1.367. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.366...v1.1.367) --- 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 756441962..9cb426e86 100644 --- a/codecheck-requirements.txt +++ b/codecheck-requirements.txt @@ -1,5 +1,5 @@ black==24.4.2 flake8==7.0.0 pylint==3.2.3 -pyright==1.1.366 +pyright==1.1.367 pytype==2024.4.11