From 0bb9e2a89f0aa9275f48a665748bf19fdd2bd9d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 21:16:45 +0000 Subject: [PATCH] Bump werkzeug from 2.1.0 to 3.1.6 in /continuous-infra-scanner Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.1.0 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/2.1.0...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- continuous-infra-scanner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuous-infra-scanner/requirements.txt b/continuous-infra-scanner/requirements.txt index 6eda37a..af8fd41 100644 --- a/continuous-infra-scanner/requirements.txt +++ b/continuous-infra-scanner/requirements.txt @@ -1,6 +1,6 @@ requests Flask==2.1.0 -Werkzeug==2.1.0 +Werkzeug==3.1.6 pymongo[srv]==3.12.1 httpx==0.21.0 Flask-HTTPAuth==4.4.0