Skip to content

Commit

Permalink
Update pyyaml and werkzeug versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gazpachoking committed Sep 25, 2019
1 parent b3600c3 commit 32004f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FeedParser>=5.2.1
SQLAlchemy >=1.0.9, <1.999
PyYAML>=3.13
PyYAML>=4.2b1
# Beautifulsoup 4.5+ is required to support different versions of html5lib
beautifulsoup4>=4.5
html5lib>=0.11
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pyparsing==2.2.0
pyrss2gen==1.1
python-dateutil==2.6.1
pytz==2017.2 # via apscheduler, flask-restful, flask-restplus, tempora, tzlocal
pyyaml==3.13
pyyaml==5.1.2
rebulk==0.9.0
requests==2.21.0
rpyc==4.0.1
Expand All @@ -50,6 +50,6 @@ terminaltables==3.1.0
tzlocal==1.4 # via apscheduler
urllib3==1.24.2 # via requests
webencodings==0.5.1 # via html5lib
werkzeug==0.14.1 # via flask
werkzeug==0.15.6 # via flask
zipp==0.3.3 # via importlib-metadata
zxcvbn-python==4.4.15

0 comments on commit 32004f8

Please sign in to comment.