From 15cf76b4313199a47e71640d153f0a0bb6434825 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2020 10:28:46 +0000 Subject: [PATCH] Bump bcrypt from 3.1.0 to 3.2.0 Bumps [bcrypt](https://github.com/pyca/bcrypt) from 3.1.0 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.0...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 9ab7b31..6fbae23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -bcrypt==3.1.0 +bcrypt==3.2.0 cffi==1.7.0 click==6.6 Flask==0.12.4