You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by ke...@apache.org on 2019/09/04 19:15:11 UTC

[allura] 06/17: [#8325] upgrade feedparser

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

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

commit 08058a2e0835041f43bda5b5f27d341be8e66b15
Author: Dave Brondsema <da...@brondsema.net>
AuthorDate: Tue Aug 20 17:32:51 2019 -0400

    [#8325] upgrade feedparser
---
 requirements.in  | 2 +-
 requirements.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.in b/requirements.in
index 1ed968d..a218d01 100644
--- a/requirements.in
+++ b/requirements.in
@@ -10,7 +10,7 @@ decorator
 EasyWidgets>=0.3.3
 emoji==0.5.1
 faulthandler
-feedparser==5.1.3
+feedparser
 # FormEncode may need v2.0 to work past py3.3 or so?  https://github.com/formencode/formencode/issues/140
 FormEncode
 GitPython==2.1.11
diff --git a/requirements.txt b/requirements.txt
index 15274ed..b306cf9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -30,7 +30,7 @@ easywidgets==0.3.5
 emoji==0.5.1
 enum34==1.1.6             # via astroid, colander, cryptography, traitlets
 faulthandler==3.1
-feedparser==5.1.3
+feedparser==5.2.1
 formencode==1.3.1
 funcsigs==1.0.2           # via beaker, mock
 future==0.17.1            # via timermiddleware