Re-compile dependencies with latest version of pip-tools

Fix Dependabot alerts for version of Pygments, Jinja2
This commit is contained in:
raimon
2021-03-31 19:32:26 +09:00
parent 19ffbeca75
commit 5318f3cc98
3 changed files with 78 additions and 35 deletions

View File

@@ -2,39 +2,76 @@
# This file is autogenerated by pip-compile # This file is autogenerated by pip-compile
# To update, run: # To update, run:
# #
# pip-compile dev-requirements.in # pip-compile examples/dev-requirements.in
# #
apipkg==1.5 # via execnet apipkg==1.5
atomicwrites==1.3.0 # via pytest # via execnet
attrs==19.1.0 # via packaging, pytest atomicwrites==1.3.0
# via pytest
attrs==19.1.0
# via
# packaging
# pytest
autopep8==1.4.4 autopep8==1.4.4
click==7.0 # via flask, pip-tools # via -r examples/dev-requirements.in
configparser==3.8.1 # via importlib-metadata click==7.0
contextlib2==0.5.5 # via importlib-metadata # via
# flask
# pip-tools
docutils==0.15.2 docutils==0.15.2
execnet==1.7.0 # via pytest-cache # via -r examples/dev-requirements.in
execnet==1.7.0
# via pytest-cache
flask==1.1.1 flask==1.1.1
funcsigs==1.0.2 # via pytest # via -r examples/prod-requirements.in
importlib-metadata==0.19 # via pluggy, pytest importlib-metadata==0.19
itsdangerous==1.1.0 # via flask # via
jinja2==2.10.1 # via flask # pluggy
markupsafe==1.1.1 # via jinja2 # pytest
more-itertools==5.0.0 # via pytest itsdangerous==1.1.0
packaging==19.1 # via pytest # via flask
pathlib2==2.3.4 # via importlib-metadata, pytest jinja2==2.10.1
pep8==1.7.1 # via pytest-pep8 # via flask
markupsafe==1.1.1
# via jinja2
more-itertools==5.0.0
# via pytest
packaging==19.1
# via pytest
pep8==1.7.1
# via pytest-pep8
pip-tools==4.0.0 pip-tools==4.0.0
pluggy==0.12.0 # via pytest # via -r examples/dev-requirements.in
py==1.8.0 # via pytest pluggy==0.12.0
pycodestyle==2.5.0 # via autopep8 # via pytest
pyparsing==2.4.2 # via packaging py==1.8.0
pytest-cache==1.0 # via pytest-pep8 # via pytest
pycodestyle==2.5.0
# via autopep8
pyparsing==2.4.2
# via packaging
pytest-cache==1.0
# via pytest-pep8
pytest-pep8==1.0.6 pytest-pep8==1.0.6
# via -r examples/dev-requirements.in
pytest-pythonpath==0.7.3 pytest-pythonpath==0.7.3
pytest==4.6.5 # via pytest-cache, pytest-pep8, pytest-pythonpath # via -r examples/dev-requirements.in
scandir==1.10.0 # via pathlib2 pytest==4.6.5
six==1.12.0 # via more-itertools, packaging, pathlib2, pip-tools, pytest # via
wcwidth==0.1.7 # via pytest # pytest-cache
werkzeug==0.15.5 # via flask # pytest-pep8
# pytest-pythonpath
six==1.12.0
# via
# more-itertools
# packaging
# pip-tools
# pytest
wcwidth==0.1.7
# via pytest
werkzeug==0.15.5
# via flask
wheel==0.33.6 wheel==0.33.6
zipp==0.5.2 # via importlib-metadata # via -r examples/dev-requirements.in
zipp==0.5.2
# via importlib-metadata

View File

@@ -2,11 +2,17 @@
# This file is autogenerated by pip-compile # This file is autogenerated by pip-compile
# To update, run: # To update, run:
# #
# pip-compile prod-requirements.in # pip-compile examples/prod-requirements.in
# #
click==7.0 # via flask click==7.0
# via flask
flask==1.1.1 flask==1.1.1
itsdangerous==1.1.0 # via flask # via -r examples/prod-requirements.in
jinja2==2.10.1 # via flask itsdangerous==1.1.0
markupsafe==1.1.1 # via jinja2 # via flask
werkzeug==0.15.5 # via flask jinja2==2.10.1
# via flask
markupsafe==1.1.1
# via jinja2
werkzeug==0.15.5
# via flask

View File

@@ -11,7 +11,7 @@ gitpython==3.0.7
hg-diff==1.2.4 hg-diff==1.2.4
Jinja2>=2.8.1 Jinja2>=2.8.1
MarkupSafe==0.23 MarkupSafe==0.23
Pygments==2.0.2 Pygments==2.7.4
pytz==2015.7 pytz==2015.7
six==1.10.0 six==1.10.0
snowballstemmer==1.2.0 snowballstemmer==1.2.0