From d21e25c706cffc168e1ed8f54aae735b47239f0e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2020 09:07:47 +0000 Subject: [PATCH] Bump bcrypt from 3.1.4 to 3.2.0 Bumps [bcrypt](https://github.com/pyca/bcrypt) from 3.1.4 to 3.2.0. - [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.2.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 373961f9c3..98c51c493d 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.2.0 six==1.11.0 itsdangerous==1.1.0 requests>=2.20.0