From 815291f665f052012e90e4555c76dda2ab90d726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 18:06:04 +0000 Subject: [PATCH] Bump agent-framework-foundry from 1.10.4 to 1.11.0 in /test-agents Bumps [agent-framework-foundry](https://github.com/microsoft/agent-framework) from 1.10.4 to 1.11.0. - [Release notes](https://github.com/microsoft/agent-framework/releases) - [Commits](https://github.com/microsoft/agent-framework/commits/dotnet-1.11.0) --- updated-dependencies: - dependency-name: agent-framework-foundry dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test-agents/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-agents/requirements.txt b/test-agents/requirements.txt index 8232bfb..9f9e39e 100644 --- a/test-agents/requirements.txt +++ b/test-agents/requirements.txt @@ -1,3 +1,3 @@ agent-framework==1.13.0 -agent-framework-foundry==1.10.4 +agent-framework-foundry==1.11.0 python-dotenv==1.2.2