Skip to content

Commit

Permalink
Update pyright requirement from 1.1.356 to 1.1.357 (#35)
Browse files Browse the repository at this point in the history
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.356...v1.1.357)

---
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>
  • Loading branch information
dependabot[bot] authored Apr 4, 2024
1 parent c95e9cc commit 64c9b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sphinx-autodoc-typehints = ">= 1.12"
mypy = "^1.8.0"

[tool.poetry.group.pyright.dependencies]
pyright = "1.1.356"
pyright = "1.1.357"

[tool.poetry.group.ruff.dependencies]
ruff = ">=0.2,<0.4"
Expand Down

0 comments on commit 64c9b6a

Please sign in to comment.