From 04d4949b8219941bf2e4ca89dff4d949208fe601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 05:15:58 +0000 Subject: [PATCH] chore(deps-dev): update ruff requirement from >=0.5 to >=0.15.12 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/compare/0.5.0...0.15.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5d9a8d..2de2e73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ mcp = ["mcp>=1.27.0"] llm = ["openai>=1.40"] test = ["pytest>=9.0.3", "pytest-asyncio>=1.3.0", "httpx>=0.28.1"] -dev = ["recall[mcp,llm,test]", "ruff>=0.5", "mypy>=1.20.2"] +dev = ["recall[mcp,llm,test]", "ruff>=0.15.12", "mypy>=1.20.2"] [project.scripts] recall-server = "recall.app:main"