From c15d2fb9421d99c295bd697787dc5996121d8d5b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 18 Jul 2024 09:56:21 +0000
Subject: [PATCH] pip prod(deps): bump pyright from 1.1.345 to 1.1.372

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.345 to 1.1.372.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.345...v1.1.372)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 7063b24b56..c67b2372ea 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,7 +34,7 @@ dev = [
     "nbconvert>=7.7.2,<8.0.0",
     "textual-dev==1.5.1",
     "pytest-asyncio==0.23.8",
-    "pyright==1.1.345",
+    "pyright==1.1.372",
 ]
 gui = ["textual==0.72.0", "pyclip==0.7"]
 onnx = ["onnx==1.16.1"]