From c509d154683a31ecc7e80f7d20d974d83e324fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:58:08 +0000 Subject: [PATCH] chore(deps): Update structlog requirement from >=24.0 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.1.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 f1019a5..96460aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [{ name = "Tengu Contributors" }] dependencies = [ "fastmcp>=2.0", "pydantic>=2.7", - "structlog>=24.0", + "structlog>=25.5.0", "httpx>=0.27", "dnspython>=2.6", "python-whois>=0.9",