From 623be001e54e62ebeb0bcd72cb7eed59b4f69116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 13:25:46 +0000 Subject: [PATCH] chore(deps): Update structlog requirement 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/23.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 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 65c80d60..9e21231d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "pydantic>=2.0.0,<3.0.0", "typing-extensions>=4.0.0,<5.0.0", "python-dotenv>=1.0.0,<2.0.0", - "structlog>=23.0.0,<25.0.0", + "structlog>=23.0.0,<26.0.0", "defusedxml>=0.7.0,<1.0.0", "rich>=13.0.0,<14.0.0", # Beautiful CLI output "typer>=0.9.0,<1.0.0", # Better CLI commands diff --git a/requirements.txt b/requirements.txt index ed02915d..8cd5f136 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ pydantic>=2.0.0,<3.0.0 typing-extensions>=4.0.0,<5.0.0 python-dotenv>=1.0.0,<2.0.0 -structlog>=23.0.0,<25.0.0 +structlog>=23.0.0,<26.0.0 httpx>=0.27.0,<1.0.0