From 8e3621c6f9c4cf541eab3920dc4c04428789ca45 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2020 08:15:04 +0000 Subject: [PATCH] Bump bcrypt from 3.1.7 to 3.2.0 Bumps [bcrypt](https://github.com/pyca/bcrypt) from 3.1.7 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.7...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 75920ac..e0ed9c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ tornado==6.0.4 graphql-core==3.1.0 PyJWT==1.7.1 -bcrypt==3.1.7 +bcrypt==3.2.0 cryptography==2.9.2 ## database options (choose one)