From f6161b436c7ba350bcecd54b8ac8d70cbef5e8be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 22:45:48 +0000 Subject: [PATCH] deps: update ruff requirement from >=0.6 to >=0.16.1 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.6.0...0.16.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.1 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 6d975d1..0beb0a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ crewai = ["crewai>=1"] # crewai.tools @tool + Agent (v1 m # those adapters' tools are actually exercised in CI (not just skipped). crewai stays out — it's a heavy # install (vector DBs, litellm); its tools are verified locally, and an import-safety test guards the # module in CI regardless. Framework agent() helpers are thin passthroughs covered by their missing-dep path. -dev = ["pytest>=8", "ruff>=0.6", "langchain-core>=0.3", "openai-agents>=0.1"] +dev = ["pytest>=8", "ruff>=0.16.1", "langchain-core>=0.3", "openai-agents>=0.1"] [project.scripts] vayl-demo = "vayl.demo:main" # zero-setup 30s demo of reconciling memory