From 912b603dc14d313fe7dc4d899b5e03bc9ad453f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 04:36:57 +0000 Subject: [PATCH] Bump jinja2 from 2.11.2 to 2.11.3 Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.11.2...2.11.3) Signed-off-by: dependabot[bot] --- dev-requirements.txt | 277 +++++++++++++++++++++++++++++++------------ 1 file changed, 200 insertions(+), 77 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index dfc564b..ff769ee 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,83 +4,206 @@ # # pip-compile dev-requirements.in # -alabaster==0.7.12 # via sphinx -appdirs==1.4.4 # via black, virtualenv -argh==0.26.2 # via sphinx-autobuild -attrs==19.3.0 # via black, pytest -babel==2.8.0 # via sphinx -black==19.10b0 # via -r dev-requirements.in -bleach==3.1.5 # via readme-renderer -certifi==2020.6.20 # via requests -cfgv==3.1.0 # via pre-commit -chardet==3.0.4 # via doc8, requests -click==7.1.2 # via black -colorama==0.4.3 # via twine -coverage==5.1 # via pytest-cov -distlib==0.3.0 # via virtualenv -doc8==0.8.1 # via -r dev-requirements.in -docutils==0.16 # via doc8, readme-renderer, restructuredtext-lint, sphinx -filelock==3.0.12 # via virtualenv -flake8==3.8.3 # via -r dev-requirements.in -identify==1.4.20 # via pre-commit -idna==2.9 # via requests -imagesize==1.2.0 # via sphinx -importlib-metadata==1.6.1 # via flake8, keyring, pluggy, pre-commit, pytest, twine, virtualenv -jinja2==2.11.2 # via sphinx -keyring==21.2.1 # via twine -livereload==2.6.2 # via sphinx-autobuild -markupsafe==1.1.1 # via jinja2 -mccabe==0.6.1 # via flake8 -more-itertools==8.4.0 # via pytest -nodeenv==1.4.0 # via pre-commit -packaging==20.4 # via bleach, pytest, sphinx -pathspec==0.8.0 # via black -pathtools==0.1.2 # via sphinx-autobuild, watchdog -pbr==5.4.5 # via stevedore -pkginfo==1.5.0.1 # via twine -pluggy==0.13.1 # via pytest -port_for==0.3.1 # via sphinx-autobuild -pre-commit==2.5.1 # via -r dev-requirements.in -py==1.9.0 # via pytest -pycodestyle==2.6.0 # via flake8 -pyflakes==2.2.0 # via flake8 -pygments==2.6.1 # via doc8, readme-renderer, sphinx -pyparsing==2.4.7 # via packaging -pytest-cov==2.10.0 # via -r dev-requirements.in -pytest-mock==3.1.1 # via -r dev-requirements.in -pytest==5.4.3 # via -r dev-requirements.in, pytest-cov, pytest-mock -pytz==2020.1 # via babel -pyyaml==5.3.1 # via pre-commit, sphinx-autobuild -readme-renderer==26.0 # via twine -regex==2020.6.8 # via black -requests-toolbelt==0.9.1 # via twine -requests==2.24.0 # via requests-toolbelt, sphinx, twine -restructuredtext-lint==1.3.1 # via doc8 -rfc3986==1.4.0 # via twine -six==1.15.0 # via bleach, doc8, livereload, packaging, readme-renderer, virtualenv -snowballstemmer==2.0.0 # via sphinx -sphinx-autobuild==0.7.1 # via -r dev-requirements.in -sphinx-rtd-theme==0.5.0 # via -r dev-requirements.in -sphinx==3.1.1 # via -r dev-requirements.in, sphinx-rtd-theme -sphinxcontrib-applehelp==1.0.2 # via sphinx -sphinxcontrib-devhelp==1.0.2 # via sphinx -sphinxcontrib-htmlhelp==1.0.3 # via sphinx -sphinxcontrib-jsmath==1.0.1 # via sphinx -sphinxcontrib-qthelp==1.0.3 # via sphinx -sphinxcontrib-serializinghtml==1.1.4 # via sphinx -stevedore==2.0.1 # via doc8 -toml==0.10.1 # via black, pre-commit -tornado==6.0.4 # via livereload, sphinx-autobuild -tqdm==4.46.1 # via twine -twine==3.2.0 # via -r dev-requirements.in -typed-ast==1.4.1 # via black -urllib3==1.25.9 # via requests -virtualenv==20.0.25 # via pre-commit -watchdog==0.10.3 # via sphinx-autobuild -wcwidth==0.2.5 # via pytest -webencodings==0.5.1 # via bleach -wheel==0.34.2 # via -r dev-requirements.in -zipp==3.1.0 # via importlib-metadata +alabaster==0.7.12 + # via sphinx +appdirs==1.4.4 + # via + # black + # virtualenv +argh==0.26.2 + # via sphinx-autobuild +attrs==19.3.0 + # via + # black + # pytest +babel==2.8.0 + # via sphinx +black==19.10b0 + # via -r dev-requirements.in +bleach==3.1.5 + # via readme-renderer +certifi==2020.6.20 + # via requests +cffi==1.14.5 + # via cryptography +cfgv==3.1.0 + # via pre-commit +chardet==3.0.4 + # via + # doc8 + # requests +click==7.1.2 + # via black +colorama==0.4.3 + # via twine +coverage==5.1 + # via pytest-cov +cryptography==3.4.6 + # via secretstorage +distlib==0.3.0 + # via virtualenv +doc8==0.8.1 + # via -r dev-requirements.in +docutils==0.16 + # via + # doc8 + # readme-renderer + # restructuredtext-lint + # sphinx +filelock==3.0.12 + # via virtualenv +flake8==3.8.3 + # via -r dev-requirements.in +identify==1.4.20 + # via pre-commit +idna==2.9 + # via requests +imagesize==1.2.0 + # via sphinx +jeepney==0.6.0 + # via + # keyring + # secretstorage +jinja2==2.11.3 + # via sphinx +keyring==21.2.1 + # via twine +livereload==2.6.2 + # via sphinx-autobuild +markupsafe==1.1.1 + # via jinja2 +mccabe==0.6.1 + # via flake8 +more-itertools==8.4.0 + # via pytest +nodeenv==1.4.0 + # via pre-commit +packaging==20.4 + # via + # bleach + # pytest + # sphinx +pathspec==0.8.0 + # via black +pathtools==0.1.2 + # via + # sphinx-autobuild + # watchdog +pbr==5.4.5 + # via stevedore +pkginfo==1.5.0.1 + # via twine +pluggy==0.13.1 + # via pytest +port_for==0.3.1 + # via sphinx-autobuild +pre-commit==2.5.1 + # via -r dev-requirements.in +py==1.9.0 + # via pytest +pycodestyle==2.6.0 + # via flake8 +pycparser==2.20 + # via cffi +pyflakes==2.2.0 + # via flake8 +pygments==2.6.1 + # via + # doc8 + # readme-renderer + # sphinx +pyparsing==2.4.7 + # via packaging +pytest-cov==2.10.0 + # via -r dev-requirements.in +pytest-mock==3.1.1 + # via -r dev-requirements.in +pytest==5.4.3 + # via + # -r dev-requirements.in + # pytest-cov + # pytest-mock +pytz==2020.1 + # via babel +pyyaml==5.3.1 + # via + # pre-commit + # sphinx-autobuild +readme-renderer==26.0 + # via twine +regex==2020.6.8 + # via black +requests-toolbelt==0.9.1 + # via twine +requests==2.24.0 + # via + # requests-toolbelt + # sphinx + # twine +restructuredtext-lint==1.3.1 + # via doc8 +rfc3986==1.4.0 + # via twine +secretstorage==3.3.1 + # via keyring +six==1.15.0 + # via + # bleach + # doc8 + # livereload + # packaging + # readme-renderer + # virtualenv +snowballstemmer==2.0.0 + # via sphinx +sphinx-autobuild==0.7.1 + # via -r dev-requirements.in +sphinx-rtd-theme==0.5.0 + # via -r dev-requirements.in +sphinx==3.1.1 + # via + # -r dev-requirements.in + # sphinx-rtd-theme +sphinxcontrib-applehelp==1.0.2 + # via sphinx +sphinxcontrib-devhelp==1.0.2 + # via sphinx +sphinxcontrib-htmlhelp==1.0.3 + # via sphinx +sphinxcontrib-jsmath==1.0.1 + # via sphinx +sphinxcontrib-qthelp==1.0.3 + # via sphinx +sphinxcontrib-serializinghtml==1.1.4 + # via sphinx +stevedore==2.0.1 + # via doc8 +toml==0.10.1 + # via + # black + # pre-commit +tornado==6.0.4 + # via + # livereload + # sphinx-autobuild +tqdm==4.46.1 + # via twine +twine==3.2.0 + # via -r dev-requirements.in +typed-ast==1.4.1 + # via black +urllib3==1.25.9 + # via requests +virtualenv==20.0.25 + # via pre-commit +watchdog==0.10.3 + # via sphinx-autobuild +wcwidth==0.2.5 + # via pytest +webencodings==0.5.1 + # via bleach +wheel==0.34.2 + # via -r dev-requirements.in # The following packages are considered to be unsafe in a requirements file: # setuptools