Re-compile dependencies with latest version of pip-tools

Fix Security alert of Werkzeug
This commit is contained in:
raimon
2023-02-19 17:20:58 +09:00
parent d1a03f3ff1
commit 032479fa4b

View File

@@ -1,69 +1,79 @@
# #
# This file is autogenerated by pip-compile # This file is autogenerated by pip-compile with Python 3.8
# To update, run: # by the following command:
# #
# pip-compile examples/dev-requirements.in # pip-compile dev-requirements.in
# #
apipkg==1.5 attrs==22.2.0
# via execnet
attrs==20.3.0
# via pytest # via pytest
autopep8==1.5.6 autopep8==2.0.1
# via -r examples/dev-requirements.in # via -r dev-requirements.in
click==7.1.2 build==0.10.0
# via pip-tools
click==8.1.3
# via # via
# flask # flask
# pip-tools # pip-tools
docutils==0.16 docutils==0.19
# via -r examples/dev-requirements.in # via -r dev-requirements.in
execnet==1.8.0 execnet==1.9.0
# via pytest-cache # via pytest-cache
flask==1.1.2 flask==2.2.3
# via -r examples/prod-requirements.in # via -r prod-requirements.in
iniconfig==1.1.1 importlib-metadata==6.0.0
# via pytest
itsdangerous==1.1.0
# via flask # via flask
jinja2==2.11.3 iniconfig==2.0.0
# via flask
markupsafe==1.1.1
# via jinja2
packaging==20.9
# via pytest # via pytest
pep517==0.10.0 itsdangerous==2.1.2
# via pip-tools # via flask
jinja2==3.1.2
# via flask
markupsafe==2.1.2
# via
# jinja2
# werkzeug
packaging==23.0
# via
# build
# pytest
pep8==1.7.1 pep8==1.7.1
# via pytest-pep8 # via pytest-pep8
pip-tools==6.0.1 pip-tools==6.12.2
# via -r examples/dev-requirements.in # via -r dev-requirements.in
pluggy==0.13.1 pluggy==1.0.0
# via pytest # via pytest
py==1.10.0 py==1.11.0
# via pytest # via pytest
pycodestyle==2.7.0 pycodestyle==2.10.0
# via autopep8 # via autopep8
pyparsing==2.4.7 pyproject-hooks==1.0.0
# via packaging # via build
pytest-cache==1.0 pytest==6.2.5
# via pytest-pep8
pytest-pep8==1.0.6
# via -r examples/dev-requirements.in
pytest-pythonpath==0.7.3
# via -r examples/dev-requirements.in
pytest==6.2.2
# via # via
# pytest-cache # pytest-cache
# pytest-pep8 # pytest-pep8
# pytest-pythonpath # pytest-pythonpath
pytest-cache==1.0
# via pytest-pep8
pytest-pep8==1.0.6
# via -r dev-requirements.in
pytest-pythonpath==0.7.4
# via -r dev-requirements.in
toml==0.10.2 toml==0.10.2
# via pytest
tomli==2.0.1
# via # via
# autopep8 # autopep8
# pep517 # build
# pytest werkzeug==2.2.3
werkzeug==1.0.1
# via flask # via flask
wheel==0.36.2 wheel==0.38.4
# via -r examples/dev-requirements.in # via
# -r dev-requirements.in
# pip-tools
zipp==3.14.0
# via importlib-metadata
# The following packages are considered to be unsafe in a requirements file: # The following packages are considered to be unsafe in a requirements file:
# pip # pip
# setuptools