From 307ac8df9967b5b19489770471dc3e6de6fc6185 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:25:49 +0000 Subject: [PATCH] chore(deps): update structlog requirement from >=23.2.0 to >=25.5.0 Updates the requirements on [structlog](https://github.com/hynek/structlog) to permit the latest version. - [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/23.2.0...25.5.0) --- updated-dependencies: - dependency-name: structlog dependency-version: 25.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa03506b..76c172cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ dependencies = [ # Monitoring and logging "prometheus-client>=0.19.0", - "structlog>=23.2.0", + "structlog>=25.5.0", "psutil>=5.9.0", # HTTP client