Skip to content

Commit 36ffdbf

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] <[email protected]>
1 parent 3c2254a commit 36ffdbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auctioning_platform/requirements.txt

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)