Fix security alert from GitHub in examples

This commit is contained in:
raimon
2019-01-18 19:36:53 +09:00
parent 5437fd9d9c
commit f8e6bfe8ee
3 changed files with 36 additions and 28 deletions

View File

@@ -1,26 +1,33 @@
# #
# This file is autogenerated by pip-compile # This file is autogenerated by pip-compile
# Make changes in dev-requirements.in, then run this to update: # To update, run:
# #
# pip-compile dev-requirements.in # pip-compile --output-file dev-requirements.txt dev-requirements.in
# #
apipkg==1.4 # via execnet apipkg==1.5 # via execnet
autopep8==1.2.1 atomicwrites==1.2.1 # via pytest
click==6.2 # via pip-tools attrs==18.2.0 # via pytest
docutils==0.12 autopep8==1.4.3
execnet==1.4.1 # via pytest-cache click==7.0 # via flask, pip-tools
first==2.0.1 # via pip-tools docutils==0.14
flask==0.10.1 execnet==1.5.0 # via pytest-cache
itsdangerous==0.24 # via flask flask==1.0.2
jinja2==2.8 # via flask funcsigs==1.0.2 # via pytest
markupsafe==0.23 # via jinja2 itsdangerous==1.1.0 # via flask
pep8==1.6.2 # via autopep8, pytest-pep8 jinja2==2.10 # via flask
pip-tools==1.4.2 markupsafe==1.1.0 # via jinja2
py==1.4.31 # via pytest more-itertools==5.0.0 # via pytest
pathlib2==2.3.3 # via pytest
pep8==1.7.1 # via pytest-pep8
pip-tools==3.2.0
pluggy==0.8.1 # via pytest
py==1.7.0 # via pytest
pycodestyle==2.4.0 # via autopep8
pytest-cache==1.0 # via pytest-pep8 pytest-cache==1.0 # via pytest-pep8
pytest-pep8==1.0.6 pytest-pep8==1.0.6
pytest-pythonpath==0.7 pytest-pythonpath==0.7.3
pytest==2.8.5 # via pytest-cache, pytest-pep8, pytest-pythonpath pytest==4.1.1 # via pytest-cache, pytest-pep8, pytest-pythonpath
six==1.10.0 # via pip-tools scandir==1.9.0 # via pathlib2
werkzeug==0.11.2 # via flask six==1.12.0 # via more-itertools, pathlib2, pip-tools, pytest
wheel==0.26.0 werkzeug==0.14.1 # via flask
wheel==0.32.3

View File

@@ -1 +1 @@
Flask Flask>=0.12.3

View File

@@ -1,11 +1,12 @@
# #
# This file is autogenerated by pip-compile # This file is autogenerated by pip-compile
# Make changes in prod-requirements.in, then run this to update: # To update, run:
# #
# pip-compile prod-requirements.in # pip-compile --output-file prod-requirements.txt prod-requirements.in
# #
flask==0.10.1 click==7.0 # via flask
itsdangerous==0.24 # via flask flask==1.0.2
jinja2==2.8 # via flask itsdangerous==1.1.0 # via flask
markupsafe==0.23 # via jinja2 jinja2==2.10 # via flask
werkzeug==0.11.2 # via flask markupsafe==1.1.0 # via jinja2
werkzeug==0.14.1 # via flask