⬆ update ruff requirement from ~0.15.20 to ~0.16.0 (#479)

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/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.15.20...0.16.0)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.16.0
  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]
2026-08-08 16:37:36 +08:00
committed by GitHub
parent 2de671cb81
commit d58cb2dfd3

View File

@@ -67,4 +67,4 @@ deprecated = ">=1.3.1"
optional = true
[tool.poetry.group.lint.dependencies]
ruff = "~0.15.20"
ruff = "~0.16.0"