From 0ea2f898d65ce115516843c826928f4a614d9dd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 22:40:19 +0000 Subject: [PATCH] Update structlog requirement from >=24.4 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/24.4.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 b63f48a3..12c66f6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "deepeval>=3.7", "sse-starlette>=2.2", "tenacity>=9.0", - "structlog>=24.4", + "structlog>=25.5.0", "lightgbm>=4.6.0", "joblib>=1.4", "scikit-learn>=1.5",