From c16a5bf4a67c3fa91d0e9810c569af87496bb246 Mon Sep 17 00:00:00 2001 From: Omer Anson Date: Sun, 17 May 2020 10:31:52 +0300 Subject: [PATCH] Gate: Lock werkzeug to version 0.16.1 In the travis script, lock werkzeug to version 0.16.1, following #3000. Related: #3000 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 41cea05ee6..75c8a26dbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,6 +70,7 @@ install: - pip install -e . - pip install pytest==4.1.1 pytest-cov codecov coveralls distorm3 pycrypto - pip install flask-testing mock pytest-django pytest-pythonpath responses + - pip install werkzeug==0.16.1 # Install Volatility. - git clone https://github.com/volatilityfoundation/volatility vol-setup