From 96d442a5954713554a6e279dfd07e3c519cd21c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 09:33:53 +0000 Subject: [PATCH] Bump bcrypt from 3.2.0 to 3.2.2 in /api Bumps [bcrypt](https://github.com/pyca/bcrypt) from 3.2.0 to 3.2.2. - [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.2.0...3.2.2) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-patch ... 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 0a55b7d..8f0c6b3 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -7,7 +7,7 @@ pymysql==1.0.2 pyjwt==2.3.0 apiflask==0.12.0 flask-cors==3.0.10 -bcrypt==3.2.0 +bcrypt==3.2.2 pytest~=7.1.2 pytest-cov marshmallow~=3.15.0