From f4b54e740209d3b6519bde577e1bbe97199b8941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 22:00:38 +0000 Subject: [PATCH] Bump werkzeug from 2.2.3 to 3.1.5 in /Language Detection Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 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.2.3...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Language Detection/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language Detection/requirements.txt b/Language Detection/requirements.txt index 0e4d3537a2..abf1363353 100644 --- a/Language Detection/requirements.txt +++ b/Language Detection/requirements.txt @@ -3,5 +3,5 @@ scikit-learn==0.23.1 numpy==1.22.0 pandas==1.1.4 regex==2020.11.13 -Werkzeug==2.2.3 +Werkzeug==3.1.5 gunicorn