From d46b74cd56937c217a249d4d4b95de8ab97df4b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 15:04:18 +0000 Subject: [PATCH] build(deps): bump structlog from 23.2.0 to 23.3.0 in /tools Bumps [structlog](https://github.com/hynek/structlog) from 23.2.0 to 23.3.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...23.3.0) --- updated-dependencies: - dependency-name: structlog dependency-type: direct:production update-type: version-update:semver-minor ... 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..87705cf4b 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==23.3.0 taskcluster==58.0.2