From 2aaca359efd704a3418d067ca1ed9847312fdc69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Feb 2021 16:49:32 +0000 Subject: [PATCH] Bump werkzeug from 0.10.4 to 0.15.3 in /title_deduplication Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.10.4 to 0.15.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/0.10.4...0.15.3) Signed-off-by: dependabot[bot] --- title_deduplication/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/title_deduplication/requirements.txt b/title_deduplication/requirements.txt index 0710b8a..f3c56b6 100644 --- a/title_deduplication/requirements.txt +++ b/title_deduplication/requirements.txt @@ -1,7 +1,7 @@ Flask==0.10.1 Jinja2==2.8 MarkupSafe==0.23 -Werkzeug==0.10.4 +Werkzeug==0.15.3 ngram==3.3.0 fuzzywuzzy==0.6.2 jellyfish==0.5.1