From d368c6f0873f4657efe05c4a49a2286889a51018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:37:57 +0000 Subject: [PATCH] Bump structlog from 25.5.0 to 26.1.0 in /apps/agent Bumps [structlog](https://github.com/hynek/structlog) from 25.5.0 to 26.1.0. - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/structlog/compare/25.5.0...26.1.0) --- updated-dependencies: - dependency-name: structlog dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/agent/requirements.txt b/apps/agent/requirements.txt index a07131d..fb82907 100644 --- a/apps/agent/requirements.txt +++ b/apps/agent/requirements.txt @@ -57,7 +57,7 @@ beautifulsoup4==4.12.3 # Config & logging # ----------------------------------------------------------------------------- python-dotenv==1.0.1 -structlog==25.5.0 +structlog==26.1.0 # ----------------------------------------------------------------------------- # MCP support for generated apps