From 9e951e83d2acc3ef4ae00b64b2e54ef0893d757e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 06:34:47 +0000 Subject: [PATCH] chore(deps-dev): bump structlog from 25.5.0 to 26.1.0 Bumps [structlog](https://github.com/hynek/structlog) from 25.5.0 to 26.1.0. - [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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 217789b..50bea45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ proto = [ "grpcio-tools>=1.80.0", "betterproto2==0.9.1", "betterproto2_compiler==0.9.0", - "structlog==25.5.0", + "structlog==26.1.0", ] dev = [ "pytest>=9.0.3",