From 4f4b9634ca7f683efa010dcd54a0120be9ca919c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:21:57 +0000 Subject: [PATCH] Bump werkzeug from 2.1.0 to 3.1.5 in /continuous-infra-scanner Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.1.0 to 3.1.5. - [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.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 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..575aeb9 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.5 pymongo[srv]==3.12.1 httpx==0.21.0 Flask-HTTPAuth==4.4.0