From 33a49dfaff9ae540bd2392431a7d6646eb11598b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2020 08:52:14 +0000 Subject: [PATCH] Bump bcrypt from 3.1.4 to 3.1.7 Bumps [bcrypt](https://github.com/pyca/bcrypt) from 3.1.4 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.4...3.1.7) 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 373961f9c3..48239bd231 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ Flask-Script==2.0.6 SQLAlchemy==1.3.3 SQLAlchemy-Utils==0.33.11 passlib==1.7.1 -bcrypt==3.1.4 +bcrypt==3.1.7 six==1.11.0 itsdangerous==1.1.0 requests>=2.20.0