From d1869cc883030f4abfd01905e53d0d67b0506c46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Mar 2022 18:46:58 +0000 Subject: [PATCH] Bump bcrypt from 3.1.0 to 3.2.0 in /api 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/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/3.1.0...3.2.0) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 4b9b4eb..0ab141c 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -7,4 +7,4 @@ pymysql==1.0.2 pyjwt==2.3.0 apiflask==0.12.0 flask-cors==3.0.10 -bcrypt==3.1.0 \ No newline at end of file +bcrypt==3.2.0 \ No newline at end of file