Skip to content

Commit ce577df

Browse files
Build(deps-dev): update ruff requirement from >=0.11.0 to >=0.15.10
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](astral-sh/ruff@0.11.0...0.15.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db4da2e commit ce577df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dev = [
4949
"pytest-benchmark>=5.2.3",
5050
"pytest-cov>=6.0.0",
5151
"pytest-xdist[psutil]>=3.8.0",
52-
"ruff>=0.11.0",
52+
"ruff>=0.15.10",
5353
"sphinx>=9.0.4",
5454
"tox>=4.52.1",
5555
"tox-gh-actions>=3.5.0",

0 commit comments

Comments
 (0)