chg: Bump deps

pull/14/head
Raphaël Vinot 2019-04-25 14:08:46 +02:00
parent ce4860130a
commit bd00995fa9
3 changed files with 5 additions and 5 deletions

View File

@ -26,4 +26,4 @@ pylookyloo = {editable = true,git = "https://github.com/CIRCL/lookyloo.git/",sub
Jinja2 = ">=2.10.1" # CVE-2019-10906 Jinja2 = ">=2.10.1" # CVE-2019-10906
[requires] [requires]
python_version = "3.6" python_version = "3"

6
Pipfile.lock generated
View File

@ -1,11 +1,11 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "f91cc3d3b8655ef167ac93c215c096391b3dc2c6e9c65ff59db97e7f15e5294f" "sha256": "9eef9aa4c8ebd3234c33b7d2cf2764ba65ea25c4cd951e0ab960a8dea5810fe9"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
"python_version": "3.6" "python_version": "3"
}, },
"sources": [ "sources": [
{ {
@ -244,7 +244,7 @@
"pylookyloo": { "pylookyloo": {
"editable": true, "editable": true,
"git": "https://github.com/CIRCL/lookyloo.git/", "git": "https://github.com/CIRCL/lookyloo.git/",
"ref": "3aa22df7041f793acaf351b83dc3c48df5fec54f", "ref": "d32395405a0cc266ba9ea7df09875fedfca768bd",
"subdirectory": "client" "subdirectory": "client"
}, },
"pypdns": { "pypdns": {

View File

@ -5,7 +5,7 @@ set -x
DEST_DIR="web/static/" DEST_DIR="web/static/"
ANGULAR='1.7.5' ANGULAR='1.7.8'
ANGULAR_BOOTSTRAP='2.5.0' ANGULAR_BOOTSTRAP='2.5.0'
wget https://ajax.googleapis.com/ajax/libs/angularjs/${ANGULAR}/angular.min.js -O ${DEST_DIR}/angular.min.js wget https://ajax.googleapis.com/ajax/libs/angularjs/${ANGULAR}/angular.min.js -O ${DEST_DIR}/angular.min.js