Update ruff requirement from <0.16,>=0.12.1 to >=0.12.1,<0.17

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.12.1...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>
This commit is contained in:
dependabot[bot]
2026-07-25 15:02:56 +00:00
committed by GitHub
parent 37f888592d
commit 8d49483699
+1 -1
View File
@@ -29,7 +29,7 @@ dev = [
"pytest-datafiles>=3.0.0,<4", "pytest-datafiles>=3.0.0,<4",
"pytest-xdist>=3.4.0,<4", "pytest-xdist>=3.4.0,<4",
"rich>=14.0.0,<16", "rich>=14.0.0,<16",
"ruff>=0.12.1,<0.16", "ruff>=0.12.1,<0.17",
] ]
[build-system] [build-system]