fix: [pip] updated urllib3 CVE-2019-11324 (#31)

fix: [pip] updated urllib3 CVE-2019-11324
pull/38/head
Steve Clement 2019-05-17 05:20:54 +02:00 committed by GitHub
commit 520e2e791f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Pipfile.lock generated
View File

@ -121,10 +121,10 @@
},
"urllib3": {
"hashes": [
"sha256:61bf29cada3fc2fbefad4fdf059ea4bd1b4a86d2b6d15e1c7c0b582b9752fe39",
"sha256:de9529817c93f27c8ccbfead6985011db27bd0ddfcdb2d86f3f663385c6a9c22"
"sha256:a53063d8b9210a7bdec15e7b272776b9d42b2fd6816401a0d43006ad2f9902db",
"sha256:d363e3607d8de0c220d31950a8f38b18d5ba7c0830facd71a1c6b1036b7ce06c"
],
"version": "==1.24.1"
"version": "==1.25.2"
}
},
"develop": {

View File

@ -13,4 +13,4 @@ python-dateutil==2.7.5
python-magic==0.4.15
requests==2.21.0
six==1.12.0
urllib3==1.24.1
urllib3>=1.24.2