From 2b7c9fbc3ddaf954804317e5f1b75000c40b196a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 14:08:05 +0000 Subject: [PATCH] chore(deps): Update agentdraft requirement from >=0.1.0 to >=0.1.1 Updates the requirements on [agentdraft](https://github.com/GipsyChef/agentdraft) to permit the latest version. - [Commits](https://github.com/GipsyChef/agentdraft/commits) --- updated-dependencies: - dependency-name: agentdraft dependency-version: 0.1.1 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 8d46f83..0e4766a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ # The benchmark is a black-box HTTP client — these are its only dependencies. -agentdraft>=0.1.0 +agentdraft>=0.1.1 httpx>=0.28.1