This is an automated email from the ASF dual-hosted git repository. brondsem pushed a commit to branch db/8396 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 979940d16cf5e4cb1d6ed4937865d812f381d47b Author: Dave Brondsema <[email protected]> AuthorDate: Mon Sep 13 19:27:28 2021 +0000 [#8396] upgrade html5lib --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 5b6c49d..5867e54 100644 --- a/requirements.in +++ b/requirements.in @@ -12,7 +12,7 @@ feedparser FormEncode>=2 # 3.1.23 drops py36 support GitPython<=3.1.23 -html5lib==1.0.1 +html5lib Jinja2 Markdown<3 markdown-checklist==0.4.1 diff --git a/requirements.txt b/requirements.txt index 2132c71..02db468 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,7 +58,7 @@ gitpython==3.1.18 # via -r requirements.in gunicorn==20.1.0 # via -r requirements.in -html5lib==1.0.1 +html5lib==1.1 # via # -r requirements.in # pypeline
