Skip to content

Commit 2980d46

Browse files
Build(deps-dev): Update ruff requirement from >=0.15.22 to >=0.16.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](astral-sh/ruff@0.15.22...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>
1 parent 12fd455 commit 2980d46

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
@@ -48,7 +48,7 @@ dev = [
4848
"pytest-benchmark>=5.2.3",
4949
"pytest-cov>=7.1.0",
5050
"pytest-xdist[psutil]>=3.8.0",
51-
"ruff>=0.15.22",
51+
"ruff>=0.16.0",
5252
"sphinx>=9.0.4",
5353
"tox>=4.57.2",
5454
"tox-gh-actions>=3.5.0",

0 commit comments

Comments
 (0)