From 13dc2dcfbe1c3c34d6dba0fc5747ecef9b601d73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 06:35:15 +0000 Subject: [PATCH] Bump werkzeug from 0.15.4 to 0.15.5 in /sentence_score_api_files Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.4 to 0.15.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/0.15.4...0.15.5) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sentence_score_api_files/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentence_score_api_files/requirements.txt b/sentence_score_api_files/requirements.txt index 08da8fc59e..18f5595d01 100644 --- a/sentence_score_api_files/requirements.txt +++ b/sentence_score_api_files/requirements.txt @@ -17,5 +17,5 @@ numpy==1.16.4 requests==2.22.0 typing==3.6.6 urllib3==1.25.3 -Werkzeug==0.15.4 +Werkzeug==0.15.5 WTForms==2.2.1