From b7b8fd430aa5dab034ed30b486f7e0329f79ea66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:15:58 +0000 Subject: [PATCH] Bump pyright from 1.1.369 to 1.1.383 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.369 to 1.1.383. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.369...v1.1.383) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 02b57ef..ce8f15a 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,5 +1,5 @@ ruff==0.6.9 -pyright==1.1.369 +pyright==1.1.383 nox==2024.4.15 typing_extensions==4.12.2 pytest==8.3.2