Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit d8cb605

Browse files
authored
fixed security vulnerability caused by pyyaml
1 parent e73c680 commit d8cb605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portal/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Pygments==2.3.0
2929
PyJWT==1.7.1
3030
python3-openid==3.1.0
3131
pytz==2018.7
32-
PyYAML==3.13
32+
pyyaml>=4.2b1
3333
requests==2.20.1
3434
requests-oauthlib==1.0.0
3535
rsa==4.0

0 commit comments

Comments
 (0)