From b44e09360089c9a06933229d9e04c1b868f90186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 19:43:26 +0000 Subject: [PATCH] Bump ruff from 0.16.0 to 0.16.4 in /server Bumps [ruff](https://github.com/astral-sh/ruff) from 0.16.0 to 0.16.4. - [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/compare/0.16.0...0.16.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/pyproject.toml b/server/pyproject.toml index c9a74c35..71a0fadd 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -27,7 +27,7 @@ local-ai = ["transformers>=4.44", "torch>=2.3"] dev = [ "pytest>=8.2", "pytest-asyncio>=0.24", - "ruff==0.16.0", + "ruff==0.16.4", "pip-audit==2.10.1", ]