From 0ea1e38e4c33971f94dacfa8affcbe53be528d7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 13:24:09 +0000 Subject: [PATCH] Bump werkzeug from 2.1.0 to 3.0.6 in /continuous-infra-scanner Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.1.0 to 3.0.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.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.0.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..603ef5b 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.0.6 pymongo[srv]==3.12.1 httpx==0.21.0 Flask-HTTPAuth==4.4.0