From 05ed44bf52ea6c974dbc1a43824fccf4388fba75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 10:07:55 +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/25.1.0...26.1.0) --- updated-dependencies: - dependency-name: structlog dependency-version: 26.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 6f5fa61..8d8554a 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "fastapi[standard]>=0.136.0,<0.137.0", "pydantic>=2.10.0,<3.0.0", "pydantic-settings>=2.7.0,<3.0.0", - "structlog>=25.1.0,<26.0.0", + "structlog>=25.1.0,<27.0.0", "uvicorn[standard]>=0.34.0,<1.0.0", ]