Skip to content

Commit

Permalink
update feedparser version (#2782)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksurl committed Nov 12, 2020
1 parent d3039ba commit a169d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FeedParser>=6.0.1
FeedParser>=6.0.2
SQLAlchemy >=1.3.10, <1.999
PyYAML>=4.2b1
# Beautifulsoup 4.5+ is required to support different versions of html5lib
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cherrypy==18.4.0 # via -r requirements.in
click==6.7 # via flask
colorama==0.4.4 # via loguru
colorclass==2.2.0 # via -r requirements.in
feedparser==6.0.1 # via -r requirements.in
feedparser==6.0.2 # via -r requirements.in
flask-compress==1.4.0 # via -r requirements.in
flask-cors==3.0.2 # via -r requirements.in
flask-login==0.4.0 # via -r requirements.in
Expand Down

0 comments on commit a169d5e

Please sign in to comment.