From a91f193a5a50959b2483dc61bb57c2d8689a7863 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:39:24 +0000 Subject: [PATCH] Bump werkzeug from 3.0.6 to 3.1.4 in /sast_service Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.6 to 3.1.4. - [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.0.6...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sast_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sast_service/requirements.txt b/sast_service/requirements.txt index a569600..abdc4a1 100644 --- a/sast_service/requirements.txt +++ b/sast_service/requirements.txt @@ -4,4 +4,4 @@ semgrep==1.49.0 uuid==1.30 requests==2.32.4 python-dotenv==1.0.0 -Werkzeug==3.0.6 \ No newline at end of file +Werkzeug==3.1.4 \ No newline at end of file