From 6311fb5760b51de11b97b8356aff6ae8b6a7c1ea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2020 07:46:28 +0000 Subject: [PATCH] Bump bcrypt from 3.1.3 to 3.1.7 Bumps [bcrypt](https://github.com/pyca/bcrypt) from 3.1.3 to 3.1.7. - [Release notes](https://github.com/pyca/bcrypt/releases) - [Changelog](https://github.com/pyca/bcrypt/blob/master/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/3.1.3...3.1.7) Signed-off-by: dependabot-preview[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index a9e00ffb..25cbec08 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -16,7 +16,7 @@ marshmallow-sqlalchemy==0.12.0 webargs>=1.4.0 apispec>=0.20.0 -bcrypt==3.1.3 +bcrypt==3.1.7 passlib==1.7.1 Flask-OAuthlib>=0.9.4 Flask-Login==0.4.0