Skip to content

Commit bf48a86

Browse files
Update ruff requirement from <0.14,>=0.6 to >=0.6,<0.15
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.6.0...0.14.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 275b720 commit bf48a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ develop = [
5757
"check-manifest",
5858
"isort>=5,<7",
5959
"jupyterlab>=4,<5",
60-
"ruff>=0.6,<0.14",
60+
"ruff>=0.6,<0.15",
6161
# test
6262
"pytest",
6363
"pytest-cov",

0 commit comments

Comments
 (0)