Skip to content

Commit 24a1183

Browse files
Update pyright requirement from 1.1.387 to 1.1.388 (#90)
Updates the requirements on [pyright](https://github.com/RobertCraigie/pyright-python) to permit the latest version. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.387...v1.1.388) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1348156 commit 24a1183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sphinx-autodoc-typehints = ">= 1.12"
3232
mypy = "^1.11.1"
3333

3434
[tool.poetry.group.pyright.dependencies]
35-
pyright = "1.1.387"
35+
pyright = "1.1.388"
3636

3737
[tool.poetry.group.ruff.dependencies]
3838
ruff = "0.7.2"

0 commit comments

Comments
 (0)