From 47d0d54b269fbdf64bd4e179284205bfc032cfda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 18:16:24 +0000 Subject: [PATCH] fix(deps): update dependency structlog to v25 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b58b8e8..2cd2904 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "grpcio-reflection==1.*", "protobuf==5.29.3", "pydantic==2.*", - "structlog==24.*", + "structlog==25.*", ] dynamic = ["version"]