Skip to content

Commit c379b0a

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 84c31b3 commit c379b0a

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
@@ -3,7 +3,7 @@ factory-boy==3.1.0
33
Flask-Security==3.0.0
44
Flask-Injector==0.12.0
55
Flask==1.1.2
6-
bcrypt==3.1.7
6+
bcrypt==3.2.0
77
marshmallow==3.10.0
88
marshmallow-dataclass==8.1.0
99
Flask-Login==0.5.0

0 commit comments

Comments
 (0)