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
# To update, run:
#
# pip-compile dev-requirements.in
# pip-compile examples/dev-requirements.in
#
apipkg==1.5 # via execnet
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via packaging, pytest
apipkg==1.5
# via execnet
atomicwrites==1.3.0
# via pytest
attrs==19.1.0
# via
# packaging
# pytest
autopep8==1.4.4
click==7.0 # via flask, pip-tools
configparser==3.8.1 # via importlib-metadata
contextlib2==0.5.5 # via importlib-metadata
# via -r examples/dev-requirements.in
click==7.0
# via
# flask
# pip-tools
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
funcsigs==1.0.2 # via pytest
importlib-metadata==0.19 # via pluggy, pytest
itsdangerous==1.1.0 # via flask
jinja2==2.10.1 # via flask
markupsafe==1.1.1 # via jinja2
more-itertools==5.0.0 # via pytest
packaging==19.1 # via pytest
pathlib2==2.3.4 # via importlib-metadata, pytest
pep8==1.7.1 # via pytest-pep8
# via -r examples/prod-requirements.in
importlib-metadata==0.19
# via
# pluggy
# pytest
itsdangerous==1.1.0
# via flask
jinja2==2.10.1
# 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
pluggy==0.12.0 # via pytest
py==1.8.0 # via pytest
pycodestyle==2.5.0 # via autopep8
pyparsing==2.4.2 # via packaging
pytest-cache==1.0 # via pytest-pep8
# via -r examples/dev-requirements.in
pluggy==0.12.0
# via pytest
py==1.8.0
# 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
# via -r examples/dev-requirements.in
pytest-pythonpath==0.7.3
pytest==4.6.5 # via pytest-cache, pytest-pep8, pytest-pythonpath
scandir==1.10.0 # via pathlib2
six==1.12.0 # via more-itertools, packaging, pathlib2, pip-tools, pytest
wcwidth==0.1.7 # via pytest
werkzeug==0.15.5 # via flask
# via -r examples/dev-requirements.in
pytest==4.6.5
# via
# pytest-cache
# 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
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
# 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
itsdangerous==1.1.0 # via flask
jinja2==2.10.1 # via flask
markupsafe==1.1.1 # via jinja2
werkzeug==0.15.5 # via flask
# via -r examples/prod-requirements.in
itsdangerous==1.1.0
# 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
Jinja2>=2.8.1
MarkupSafe==0.23
Pygments==2.0.2
Pygments==2.7.4
pytz==2015.7
six==1.10.0
snowballstemmer==1.2.0