From caf3e67eedd92fb434bd1cc4af244a76f9bdc860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2019 21:57:53 +0000 Subject: [PATCH] Bump werkzeug from 0.12.2 to 0.15.3 in /ctfdbapi Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.12.2 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.12.2...0.15.3) Signed-off-by: dependabot[bot] --- ctfdbapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctfdbapi/requirements.txt b/ctfdbapi/requirements.txt index b25ca3b..7a8d6b0 100644 --- a/ctfdbapi/requirements.txt +++ b/ctfdbapi/requirements.txt @@ -53,6 +53,6 @@ sqlalchemy-schemadisplay==1.3 tornado==4.5.1 urllib3==1.21.1 waitress==1.3.0 -Werkzeug==0.12.2 +Werkzeug==0.15.3 WTForms==2.1 pytest