Bump ruff from 0.15.22 to 0.16.0

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.22 to 0.16.0.
- [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.22...0.16.0)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-30 15:14:30 +00:00
committed by GitHub
parent 154acd357a
commit fe8b0b9744
2 changed files with 21 additions and 21 deletions

View File

@@ -22,5 +22,5 @@ packages = ["macho_diff"]
[dependency-groups]
dev = [
"pylint>=4.0.6",
"ruff>=0.15.22",
"ruff>=0.16.0",
]