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

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


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

commit 32e3ae725c09cf688f0679747007ba863ee6d16c
Author: Kent Yao <[email protected]>
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 <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit 70f7c09b6a7a9ee84490a0c259287663e46d3451)
    Signed-off-by: Cheng Pan <[email protected]>
---
 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

Reply via email to