Skip to content

Commit e83752b

Browse files
authored
Merge pull request #910 from minrk/pin-markdown
pin markdown to 3.1.1
2 parents c23e6be + 664468f commit e83752b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
elasticsearch
22
jupyter_client
33
jupyter_server>=0.2.0
4-
markdown>=3.0
4+
markdown>=3.0,==3.1.1 # pin until we workaround #909, which is a regression in 3.2
55
newrelic!=2.80.0.60
66
nbformat>=4.2
77
nbconvert>=5.4

0 commit comments

Comments
 (0)