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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2dd4e96  Unpin 'markdown' library (#12134)
2dd4e96 is described below

commit 2dd4e96045d4a7f45cc8c06df3d25c4f1479392c
Author: Kaxil Naik <[email protected]>
AuthorDate: Fri Nov 6 15:04:03 2020 +0000

    Unpin 'markdown' library (#12134)
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 992ee1f..50de8db 100644
--- a/setup.py
+++ b/setup.py
@@ -734,7 +734,7 @@ INSTALL_REQUIREMENTS = [
     'jsonschema~=3.0',
     'lazy_object_proxy~=1.3',
     'lockfile>=0.12.2',
-    'markdown>=2.5.2, <3.0',
+    'markdown>=2.5.2, <4.0',
     'markupsafe>=1.1.1, <2.0',
     'marshmallow-oneofschema>=2.0.1',
     'pandas>=0.17.1, <2.0',

Reply via email to