From ea30759f2efd9d18337ef8baa5221cf94812dfa9 Mon Sep 17 00:00:00 2001 From: Ramesh Padmanabhaiah <22363102+codeforester@users.noreply.github.com> Date: Tue, 11 Aug 2026 08:11:30 -0700 Subject: [PATCH] Add bleach to workspace manifest --- workspace.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/workspace.yaml b/workspace.yaml index f184fc4..8e4ac60 100644 --- a/workspace.yaml +++ b/workspace.yaml @@ -48,3 +48,7 @@ repos: url: git@github.com:codeforester/blend.git default_branch: main required: true + + - name: bleach + url: https://github.com/codeforester/bleach.git + required: false