Skip to content

Commit 6e783a7

Browse files
Bump bcrypt from 3.1.7 to 3.2.0 in /auctioning_platform
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](pyca/bcrypt@3.1.7...3.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 10612eb commit 6e783a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auctioning_platform/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
attrs==20.2.0 # via pytest
88
babel==2.8.0 # via flask-babelex
9-
bcrypt==3.1.7 # via -r ./web_app/requirements.txt
9+
bcrypt==3.2.0 # via -r ./web_app/requirements.txt
1010
blinker==1.4 # via flask-mail, flask-principal
1111
certifi==2020.6.20 # via requests
1212
cffi==1.14.3 # via bcrypt

auctioning_platform/web_app/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ email-validator==1.1.1
22
Flask-Security==3.0.0
33
Flask-Injector==0.12.0
44
Flask==1.1.2
5-
bcrypt==3.1.7
5+
bcrypt==3.2.0
66
marshmallow==3.8.0
77
marshmallow-dataclass==8.1.0
88
Flask-Login==0.5.0

0 commit comments

Comments
 (0)