Skip to content

Commit

Permalink
build(deps-dev): update pyright requirement (#364)
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.392.post0...v1.1.393)

---
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 Jan 30, 2025
1 parent 0a5e7af commit 3272f5e
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 @@ -41,7 +41,7 @@ sphinx-autodoc-typehints = ">=2"
mypy = "1.14.1"

[tool.poetry.group.pyright.dependencies]
pyright = "1.1.392.post0"
pyright = "1.1.393"

[tool.poetry.group.ruff.dependencies]
ruff = "0.9.3"
Expand Down

0 comments on commit 3272f5e

Please sign in to comment.