From 5da1a6befbb60ee032c585802ca18e3f93e46fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 15:58:51 +0000 Subject: [PATCH] chore(deps): update structlog requirement in /backend 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.1.0...25.5.0) --- updated-dependencies: - dependency-name: structlog dependency-version: 25.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 22383ac..a2b14f2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,7 +10,7 @@ pydantic>=2.10,<3.0 pydantic-settings>=2.0,<3.0 stamina>=26.0,<27.0 purgatory>=3.0,<4.0 -structlog>=24.0,<26.0 +structlog>=25.5.0,<26.0 prometheus-client>=0.20,<1.0 sentry-sdk[fastapi]>=2.0,<3.0 pytest>=8.0,<9.0