Skip to content

Commit c354a55

Browse files
chore: update pyright requirement from ==1.1.398 to ==1.1.410
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.398...v1.1.410) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.410 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7f2325 commit c354a55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ in-project = true
2828
[tool.poetry.group.dev.dependencies]
2929
mypy = "==1.15.0"
3030
pylint = "==3.2.3"
31-
pyright = "==1.1.398"
31+
pyright = "==1.1.410"
3232

3333
[build-system]
3434
requires = ["poetry-core"]

0 commit comments

Comments
 (0)