From bd00995fa9a9cb3ec91c7e187ddacb2ce32fe87a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 25 Apr 2019 14:08:46 +0200 Subject: [PATCH] chg: Bump deps --- Pipfile | 2 +- Pipfile.lock | 6 +++--- website/3drparty.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 6f7827e..cebe66a 100644 --- a/Pipfile +++ b/Pipfile @@ -26,4 +26,4 @@ pylookyloo = {editable = true,git = "https://github.com/CIRCL/lookyloo.git/",sub Jinja2 = ">=2.10.1" # CVE-2019-10906 [requires] -python_version = "3.6" +python_version = "3" diff --git a/Pipfile.lock b/Pipfile.lock index d066b4f..045e81e 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,11 +1,11 @@ { "_meta": { "hash": { - "sha256": "f91cc3d3b8655ef167ac93c215c096391b3dc2c6e9c65ff59db97e7f15e5294f" + "sha256": "9eef9aa4c8ebd3234c33b7d2cf2764ba65ea25c4cd951e0ab960a8dea5810fe9" }, "pipfile-spec": 6, "requires": { - "python_version": "3.6" + "python_version": "3" }, "sources": [ { @@ -244,7 +244,7 @@ "pylookyloo": { "editable": true, "git": "https://github.com/CIRCL/lookyloo.git/", - "ref": "3aa22df7041f793acaf351b83dc3c48df5fec54f", + "ref": "d32395405a0cc266ba9ea7df09875fedfca768bd", "subdirectory": "client" }, "pypdns": { diff --git a/website/3drparty.sh b/website/3drparty.sh index e345a98..1f6ece5 100755 --- a/website/3drparty.sh +++ b/website/3drparty.sh @@ -5,7 +5,7 @@ set -x DEST_DIR="web/static/" -ANGULAR='1.7.5' +ANGULAR='1.7.8' ANGULAR_BOOTSTRAP='2.5.0' wget https://ajax.googleapis.com/ajax/libs/angularjs/${ANGULAR}/angular.min.js -O ${DEST_DIR}/angular.min.js