Skip to content

Commit 4b0f6a4

Browse files
build(deps): 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](astral-sh/ruff@0.14.0...0.15.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2779bf5 commit 4b0f6a4

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
@@ -16,7 +16,7 @@ dependencies = [
1616
"python-slugify~=8.0.4",
1717
"qdrant-client~=1.16.0",
1818
"rich~=14.2.0",
19-
"ruff~=0.14.0",
19+
"ruff~=0.15.1",
2020
"tenacity~=9.1.2",
2121
"uvicorn~=0.40.0",
2222
"uvicorn-hmr[all]~=0.1.0",

0 commit comments

Comments
 (0)