From ce108f2c760a55e44c5e176da5d0e6f81d75f3f6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2020 04:56:47 +0000 Subject: [PATCH] build(deps): bump werkzeug from 0.16.0 to 1.0.0 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16.0 to 1.0.0. - [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.16.0...1.0.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 434d927..f751015 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,5 +22,5 @@ python-editor==1.0.4 six==1.14.0 SQLAlchemy==1.3.13 toml==0.10.0 -Werkzeug==0.16.0 +Werkzeug==1.0.0 WTForms==2.2.1