From 333b7ee5f29386f15defe005604c5881e51585b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 18:14:34 +0000 Subject: [PATCH] Bump werkzeug from 0.11.10 to 0.15.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.11.10 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.11.10...0.15.3) Signed-off-by: dependabot[bot] --- requirements.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0872e86..2d658ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,13 +4,12 @@ # # pip-compile --output-file requirements.txt requirements.in # - bcrypt==2.0.0 blinker==1.4 cffi==1.7.0 # via bcrypt click==6.6 # via flask fake-factory==0.5.2 -Flask-SQLAlchemy==2.0 +flask-sqlalchemy==2.0 flask==0.11.1 inflection==0.3.1 itsdangerous==0.24 # via flask @@ -22,8 +21,6 @@ py==1.4.31 # via pytest pycparser==2.14 # via cffi pytest==2.7.3 six==1.10.0 # via bcrypt, sqlalchemy-utils -SQLAlchemy-Utils==0.30.16 +sqlalchemy-utils==0.30.16 sqlalchemy==1.0.13 -werkzeug==0.11.10 # via flask -nose==1.3.7 -coverage==4.3.4 \ No newline at end of file +werkzeug==0.15.3 # via flask