From f465ff49c1d54e5fc9068599aacd3e8e19659caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 06:36:37 +0000 Subject: [PATCH] Build(deps): Update honcho-ai requirement Updates the requirements on [honcho-ai](https://github.com/plastic-labs/honcho) to permit the latest version. - [Changelog](https://github.com/plastic-labs/honcho/blob/main/CHANGELOG.md) - [Commits](https://github.com/plastic-labs/honcho/commits/v2.1.0) --- updated-dependencies: - dependency-name: honcho-ai dependency-version: 2.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 523f172..53b3e3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Core sync script dependencies # Install into the venv: ~/.openclaw/venv/bin/pip install -r requirements.txt slack-sdk>=3.33.0,<4.0 -honcho-ai>=0.1.0,<1.0 +honcho-ai>=0.1.0,<3.0 # Google Workspace (gmail_standup_sync.py) google-auth>=2.30.0,<3.0