From 570316100eb2c76496e218454a45877837180ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:35:56 +0000 Subject: [PATCH] build(deps): update structlog requirement from <26,>=24.1 to >=24.1,<27 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...26.1.0) --- updated-dependencies: - dependency-name: structlog dependency-version: 26.1.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 417b1e0..fc17fa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "starlette>=0.36,<1", "httpx>=0.27,<1", "anyio>=4.2,<5", - "structlog>=24.1,<26", + "structlog>=24.1,<27", "orjson>=3.9,<4", "cryptography>=42.0,<46", "prometheus-client>=0.20,<1",