From 143d6bf27e47a5d467b0e8e42a471dfbab6d3f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:57:39 +0000 Subject: [PATCH] build(deps): bump structlog from 23.2.0 to 24.1.0 in /tools Bumps [structlog](https://github.com/hynek/structlog) from 23.2.0 to 24.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/23.2.0...24.1.0) --- updated-dependencies: - dependency-name: structlog dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index be83e0617..2913e6fa2 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -2,5 +2,5 @@ aiohttp==3.9.1 async-timeout==4.0.3 pytz==2023.3.post1 sentry-sdk==1.16.0 -structlog==23.2.0 +structlog==24.1.0 taskcluster==58.0.2