From cd83a5376f0005b15f603d92e7875d19533dfd90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 18:32:53 +0000 Subject: [PATCH] build(deps): update dfx-agentguard requirement from >=0.2.0 to >=0.6.6 Updates the requirements on [dfx-agentguard](https://github.com/dockfixlabs/agentguard) to permit the latest version. - [Release notes](https://github.com/dockfixlabs/agentguard/releases) - [Changelog](https://github.com/dockfixlabs/agentguard/blob/main/CHANGELOG.md) - [Commits](https://github.com/dockfixlabs/agentguard/compare/v0.2.0...v0.6.6) --- updated-dependencies: - dependency-name: dfx-agentguard dependency-version: 0.6.6 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 7d0d6c5..f955acc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -dfx-agentguard>=0.2.0 +dfx-agentguard>=0.6.6 fastapi>=0.138.1 uvicorn>=0.20 httpx>=0.28.1