From 1db2a6377e2f3add2b8f0961bdd21e93d4be850e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:29:14 +0000 Subject: [PATCH] chore(deps,flink): update structlog requirement Updates the requirements on [structlog](https://github.com/hynek/structlog) to permit the latest version. - [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.4.0...26.1.0) --- updated-dependencies: - dependency-name: structlog dependency-version: 26.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/processing/flink_jobs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/processing/flink_jobs/requirements.txt b/src/processing/flink_jobs/requirements.txt index 0e411de..e8ea250 100644 --- a/src/processing/flink_jobs/requirements.txt +++ b/src/processing/flink_jobs/requirements.txt @@ -16,4 +16,4 @@ apache-flink==2.3.0 confluent-kafka>=2.5,<3 pydantic>=2.9,<3 -structlog>=24.4,<27 +structlog>=26.1.0,<27