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

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.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-02-07 16:02:43 +00:00
committed by GitHub
parent b93068acd4
commit ed4a00e6c4
+1 -1
View File
@@ -29,7 +29,7 @@ dev = [
"pytest-datafiles>=3.0.0,<4",
"pytest-xdist>=3.4.0,<4",
"rich>=14.0.0,<15",
"ruff>=0.12.1,<0.15",
"ruff>=0.12.1,<0.16",
]
[build-system]