From d8335ed4c648a50dd917dffe0e33948e52b64141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 02:57:43 +0000 Subject: [PATCH] chore(deps): bump structlog from 24.2.0 to 25.5.0 Bumps [structlog](https://github.com/hynek/structlog) from 24.2.0 to 25.5.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/24.2.0...25.5.0) --- updated-dependencies: - dependency-name: structlog dependency-version: 25.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1c16c6b..6529159 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,6 @@ httpx==0.27.0 aiohttp==3.9.5 requests==2.32.3 prometheus-client==0.20.0 -structlog==24.2.0 +structlog==25.5.0 typing-extensions==4.11.0 tqdm==4.66.4