From 92dd48ecf9c210adb9a642e2d47f1c4b7aadbcac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:55:12 +0000 Subject: [PATCH] build(deps-dev): bump ruff from 0.15.21 to 0.16.1 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.21 to 0.16.1. - [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.21...0.16.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 557c6cc1..42735bd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ treesitter = ["tree-sitter==0.26.0", "tree-sitter-python==0.25.0"] # rich+prompt_toolkit stack; plugs into the event-sink seam, never touches the moat. tui = ["rich==15.0.0", "prompt_toolkit==3.0.52"] # Dev toolchain: test runner + linter (CI installs `.[dev]`). `pip install -e .[dev]`. -dev = ["pytest==9.1.1", "ruff==0.15.21"] +dev = ["pytest==9.1.1", "ruff==0.16.1"] [project.scripts] sliceagent = "sliceagent.cli:main"