You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/02/16 08:27:31 UTC

[kyuubi] branch master updated: [KYUUBI #4340] Bump up markdown version from 3.3.7 to 3.4.1

This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 70f7c09b6 [KYUUBI #4340] Bump up markdown version from 3.3.7 to 3.4.1
70f7c09b6 is described below

commit 70f7c09b6a7a9ee84490a0c259287663e46d3451
Author: Kent Yao <ya...@apache.org>
AuthorDate: Thu Feb 16 16:27:19 2023 +0800

    [KYUUBI #4340] Bump up markdown version from 3.3.7 to 3.4.1
    
    ### _Why are the changes needed?_
    
    Bump up markdown version from 3.3.7 to 3.4.1, the sphinx-markdown-tables has been upgraded to 0.0.17 in which the regression is resolved. It now conflicts with markdown 3.3.7
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4340 from yaooqinn/markdown.
    
    Closes #4340
    
    da950a74 [Kent Yao] Bump up markdown version form 3.3.7 to 3.4.1
    
    Authored-by: Kent Yao <ya...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 docs/requirements.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/requirements.txt b/docs/requirements.txt
index 00a2eb136..ecc8116e7 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -17,8 +17,7 @@
 # under the License.
 #
 
-# we shall bypass markdown-3.4.1, see details in KYUUBI-3126
-markdown==3.3.7
+markdown==3.4.1
 recommonmark==0.7.1
 sphinx==4.5.0
 sphinx-book-theme==0.3.3