Skip to content

Commit 1956d2b

Browse files
Update ruff requirement from ~=0.14.0 to ~=0.15.1
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/commits) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33f4cbe commit 1956d2b

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
@@ -14,7 +14,7 @@ dependencies = [
1414
"promptools[tokenizer]~=0.1.3.5",
1515
"pymupdf~=1.26.0",
1616
"rich~=14.2.0",
17-
"ruff~=0.14.0",
17+
"ruff~=0.15.1",
1818
"uvicorn~=0.40.0",
1919
"uvicorn-hmr[all]~=0.1.0",
2020
"watchfiles~=1.1.0",

0 commit comments

Comments
 (0)