Skip to content

Commit 51277c3

Browse files
Update pyright requirement from >=1.1.401 to >=1.1.408 (#218)
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.401...v1.1.408) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.408 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 aca45b7 commit 51277c3

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
@@ -55,7 +55,7 @@ classifiers = [
5555

5656
[dependency-groups]
5757
typing = [
58-
"pyright>=1.1.401",
58+
"pyright>=1.1.408",
5959
]
6060
formatting = [
6161
"docformatter>=1.7.7",

0 commit comments

Comments
 (0)