From a73420f7696f0c72327214fa90fbfe4066457c44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 11:27:09 +0000 Subject: [PATCH] Bump werkzeug in /circleci/images/citusupgradetester/files/etc Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.1.5...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- circleci/images/citusupgradetester/files/etc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circleci/images/citusupgradetester/files/etc/requirements.txt b/circleci/images/citusupgradetester/files/etc/requirements.txt index 15074b7..b69db2d 100644 --- a/circleci/images/citusupgradetester/files/etc/requirements.txt +++ b/circleci/images/citusupgradetester/files/etc/requirements.txt @@ -60,6 +60,6 @@ tornado==6.5.2; python_version >= '3.9' typing-extensions==4.14.0; python_version >= '3.9' urwid==3.0.3; python_full_version >= '3.9.0' wcwidth==0.6.0; python_version >= '3.8' -werkzeug==3.1.5; python_version >= '3.9' +werkzeug==3.1.6; python_version >= '3.9' wsproto==1.2.0; python_full_version >= '3.7.0' zstandard==0.25.0; python_version >= '3.9'