Skip to content

Commit 9f3a77e

Browse files
chore(deps-dev): Update pyright requirement from >=1.1.400 to >=1.1.411
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.400...v1.1.411) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.411 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f994c4f commit 9f3a77e

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
@@ -16,7 +16,7 @@ python-preference = "managed"
1616
[dependency-groups]
1717
dev = [
1818
"ruff>=0.12.0",
19-
"pyright>=1.1.400",
19+
"pyright>=1.1.411",
2020
"pre-commit>=4.0.0",
2121
"pytest-cov>=6.0.0",
2222
"pytest-asyncio>=0.25.0",

0 commit comments

Comments
 (0)