From 6824d25f94d8062fc689a06d0dc942bd847abd48 Mon Sep 17 00:00:00 2001 From: Bart Skowron Date: Thu, 20 May 2021 21:34:07 +0200 Subject: [PATCH] Pin Werkzeug version for Flask 0.x (#376) On May 11, 2021, Werkzeug released a new 2.x version that are not compatible with Flask 0.x --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8390173f..62e35cac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,9 @@ jobs: matrix: python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8] framework: - - FLASK_VERSION=0.10.1 - - FLASK_VERSION=0.11.1 - - FLASK_VERSION=0.12.4 + - FLASK_VERSION=0.10.1 Werkzeug\>=0.7,\<1.0 + - FLASK_VERSION=0.11.1 Werkzeug\>=0.7,\<1.0 + - FLASK_VERSION=0.12.4 Werkzeug\>=0.7,\<1.0 - FLASK_VERSION=1.0.2 - TWISTED_VERSION=15.5.0 treq==15.1.0 zope.interface==4.1.3 - TWISTED_VERSION=16.1.0 treq==16.12.0 zope.interface==4.1.3