From aaa6211ace008d6484d7c605af7b8d7b310651f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 18:23:13 +0000 Subject: [PATCH] build(deps): bump ruff from 0.15.19 to 0.15.20 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.19 to 0.15.20. - [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.15.19...0.15.20) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 67f24e49a43..164ccf9c90c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "gunicorn==26.0.0", "python-daemon==3.1.2", "websockets==15.0.1", - "ruff==0.15.19", + "ruff==0.15.20", "cohere==7.0.4", "jsonpath-ng==1.8.0", "markdownify==1.2.2",