Skip to content

Commit

Permalink
build(deps-dev): update pyright requirement from 1.1.335 to 1.1.341
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.335...v1.1.341)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent a00c25f commit 5fcedac
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 = "^1.22"
mypy = "^1.7.0"

[tool.poetry.group.pyright.dependencies]
pyright = "1.1.335" # 1.1.336 regresses on download_gs1_company_prefixes
pyright = "1.1.341" # 1.1.336 regresses on download_gs1_company_prefixes

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

0 comments on commit 5fcedac

Please sign in to comment.