From cc3afbbc927ed6758348ca5005385145f99fe667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:35:23 +0000 Subject: [PATCH] deps: update ruff requirement from >=0.5 to >=0.15.18 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.18) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.18 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 b591ecd..f264e32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ [project.optional-dependencies] serve = ["uvicorn>=0.49.0"] llm = ["anthropic>=0.40"] -dev = ["pytest>=9.1.0", "pytest-cov>=5.0", "hypothesis>=6.0", "httpx>=0.28.1", "ruff>=0.5", "mypy>=2.1.0", "types-jsonschema>=4.26.0.20260518"] +dev = ["pytest>=9.1.0", "pytest-cov>=5.0", "hypothesis>=6.0", "httpx>=0.28.1", "ruff>=0.15.18", "mypy>=2.1.0", "types-jsonschema>=4.26.0.20260518"] [project.scripts] finalizer100 = "tools.finalizer100:main"