Skip to content

Commit 4a8fce0

Browse files
Update pyright requirement from 1.1.393 to 1.1.394 (#117)
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.393...v1.1.394) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 51a38c9 commit 4a8fce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.393"
35+
pyright = "1.1.394"
3636

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

0 commit comments

Comments
 (0)