Update ruff requirement from <0.14.0,>=0.9.2 to >=0.9.2,<0.15.0

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.9.2...0.14.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-11-04 15:19:35 +00:00
committed by GitHub
parent 236a2c719a
commit 969082dc7f

View File

@@ -67,7 +67,7 @@ test = [
"pytest-cov>=6.0.0",
"pytest-playwright>=0.7.0",
]
linters = ["isort>=5.13.2,<7.0.0", "black>=24.10,<26.0", "ruff>=0.9.2,<0.14.0"]
linters = ["isort>=5.13.2,<7.0.0", "black>=24.10,<26.0", "ruff>=0.9.2,<0.15.0"]
security = ["safety>=3.2.11"]
typing = ["mypy>=1.13.0"]
docs = [