From c917c38f8f586cf64568cb3ad9695bfda4e030b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 06:50:58 +0000 Subject: [PATCH] Update structlog requirement from <26,>=25.5.0 to >=25.5.0,<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/25.5.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 8f1506b..ee5a487 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.14" dependencies = [ "cyclopts>=4.3.0,<5", "PyGithub>=2.8.1,<3", - "structlog>=25.5.0,<26", + "structlog>=25.5.0,<27", "pyyaml>=6.0.3,<7", "notion-client>=2.7.0,<3", "rich>=14.2.0",