Skip to content

Commit

Permalink
Add hotfix for security warnings (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
datashaman authored Jun 19, 2019
1 parent 7b1d36d commit 72bc2ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion requirements-to-freeze.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
appdirs
cogapp
Flask
flask>=0.12.3
Flask-Script
Jinja2>=2.10.1
putio.py
pyinotify
python-dotenv
requests>=2.20.0
supervisor
urllib3>=1.24.2
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ certifi==2018.11.29
chardet==3.0.4
click==6.7
cogapp==2.5.1
Flask==0.12
Flask==1.0.3
Flask-Script==2.0.5
idna==2.8
itsdangerous==0.24
Jinja2==2.9.5
Jinja2==2.10.1
MarkupSafe==0.23
meld3==1.0.2
packaging==16.8
Expand All @@ -19,5 +19,5 @@ requests==2.21.0
six==1.10.0
supervisor==3.3.1
tus.py==1.2.0
urllib3==1.24.1
Werkzeug==0.11.15
urllib3==1.25.3
Werkzeug==0.15.4

0 comments on commit 72bc2ff

Please sign in to comment.