Skip to content

Commit

Permalink
build(deps-dev): update pyright requirement from 1.1.357 to 1.1.358 (#…
Browse files Browse the repository at this point in the history
…275)

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.357...v1.1.358)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 11, 2024
1 parent 2621fab commit 3facef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -41,7 +41,7 @@ sphinx-autodoc-typehints = "<2" # 2 requires Sphinx 7+, which requires Python 3.
mypy = "1.9.0"

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

[tool.poetry.group.ruff.dependencies]
ruff = ">=0.2.2,<0.4.0"
Expand Down

0 comments on commit 3facef8

Please sign in to comment.