From 5f1d3d23e3c5342130849593902eeb4aa1031706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:49:00 +0000 Subject: [PATCH] chore(deps)(deps): bump structlog from 24.1.0 to 25.4.0 Bumps [structlog](https://github.com/hynek/structlog) from 24.1.0 to 25.4.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.1.0...25.4.0) --- updated-dependencies: - dependency-name: structlog dependency-version: 25.4.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 e1bd919..c96682d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -91,7 +91,7 @@ pandas-stubs==2.2.0.240218 # Matched with pandas version deepdiff==6.7.1 # For intelligent version detection # Logging -structlog==24.1.0 # Downgraded for better compatibility +structlog==25.4.0 # Downgraded for better compatibility # Development and Debugging ipython==8.22.1