Update ruff requirement from ^0.0.277 to ^0.0.280 (#114)

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.277...v0.0.280)

---
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-07-31 11:33:13 -07:00
committed by GitHub
parent 021595ed07
commit 6c8fc70413

View File

@ -30,7 +30,7 @@ pyenchant = "^3.2.2"
pytest = "^7.0.1"
pytest-asyncio = "^0.21.0"
pytest-cov = "^4.0.0"
ruff = "^0.0.277"
ruff = "^0.0.280"
Sphinx = "^6.2.1"
sphinx-autoapi = "^2.0.1"
sphinx-autodoc-typehints = "^1.12.0"