From 04e44e029a64a03471d3105c40026e01683cfb84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 14:12:28 +0000 Subject: [PATCH] Bump jinja2 from 3.1.2 to 3.1.6 in /flink-cdc/cdc-manager Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- flink-cdc/cdc-manager/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-cdc/cdc-manager/requirements.txt b/flink-cdc/cdc-manager/requirements.txt index dca171b..2251e36 100644 --- a/flink-cdc/cdc-manager/requirements.txt +++ b/flink-cdc/cdc-manager/requirements.txt @@ -5,5 +5,5 @@ PyMySQL==1.1.0 requests==2.31.0 PyYAML==6.0.1 python-dotenv==1.0.0 -Jinja2==3.1.2 +Jinja2==3.1.6 gunicorn==21.2.0