Skip to content

Commit

Permalink
Update ruff requirement from >=0.0.261,<0.0.266 to >=0.0.261,<0.0.286
Browse files Browse the repository at this point in the history
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](astral-sh/ruff@v0.0.261...v0.0.285)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 8d73647 commit eaa9937
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 @@ -31,7 +31,7 @@ black = "^23.1.0"
pytest = "^7.2.2"
pytest-cov = "^4.0.0"
pyright = "^1.1.298"
ruff = ">=0.0.261,<0.0.266"
ruff = ">=0.0.261,<0.0.286"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit eaa9937

Please sign in to comment.