From b3a9e533b68e5b3704bbcf52d3cfbad1e1ec8f87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 01:37:09 +0000 Subject: [PATCH] deps: update ruff requirement in the dev-tooling group Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.16.5 - [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.4...0.16.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development dependency-group: dev-tooling ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d988330..a7ba2c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ llm = ["anthropic>=1.0.0"] agent = ["glia>=0.8", "anthropic>=1.0.0"] # glia-агент (LLM-режим), см. agent.glia_agent desktop = ["pywebview>=6.2.1"] eval = ["ragas>=0.4.3"] -dev = ["pytest>=9.1.1", "ruff>=0.16.4"] +dev = ["pytest>=9.1.1", "ruff>=0.16.5"] [project.scripts] praxis-demo = "praxis.demo:main"