Update ruff requirement from ^0.0.284 to ^0.0.286 (#129)

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](https://github.com/astral-sh/ruff/compare/v0.0.284...v0.0.286)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-08-30 12:24:05 -07:00
committed by GitHub
parent 686ec0cb36
commit d737fb4e8f

View File

@ -32,7 +32,7 @@ pyenchant = "^3.2.2"
pytest = "^7.0.1"
pytest-asyncio = "^0.21.0"
pytest-cov = "^4.0.0"
ruff = "^0.0.284"
ruff = "^0.0.286"
Sphinx = "^7.1.2"
sphinx-autoapi = "^2.0.1"
sphinx-autodoc-typehints = "^1.12.0"