Update ruff requirement from <0.13,>=0.12.1 to >=0.12.1,<0.14

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

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.13.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-13 15:01:59 +00:00
committed by GitHub
parent 75679a28e0
commit ece2714274
+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.13",
"ruff>=0.12.1,<0.14",
]
[build-system]