From e2e866da6fa46d9a6fcab039f352a0c92060be38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 15:42:59 +0000 Subject: [PATCH] build(deps): bump structlog from 25.5.0 to 26.1.0 in /bot 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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/requirements.txt b/bot/requirements.txt index c93849f17..5015d2bbd 100644 --- a/bot/requirements.txt +++ b/bot/requirements.txt @@ -3,7 +3,7 @@ libmozdata==0.2.12 pytz==2026.2 pyyaml==6.0.3 sentry-sdk==2.60.0 -structlog==25.5.0 +structlog==26.1.0 taskcluster==100.1.0 tenacity==9.1.4 tqdm==4.67.3