Skip to content

Commit 48234a7

Browse files
committed
test: Pin Flask to ensure support for Python 3.6
1 parent 3a898e5 commit 48234a7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/base/requirements-w-nested.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
flask
1+
flask==2.0.3
22
bottle
33
-r requirements-common.txt
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
flask
1+
flask==2.0.3
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
flask
1+
flask==2.0.3
22
boto3

tests/pipenv/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ url = "https://pypi.python.org/simple"
33
verify_ssl = true
44

55
[packages]
6-
Flask = "*"
6+
Flask = "==2.0.3"
77
bottle = "*"
88
boto3 = "*"
99

0 commit comments

Comments
 (0)