Update jinja2 requirement from ~=2.10.3 to >=2.10.3,<2.12.0 (#722)

Updates the requirements on [jinja2](https://github.com/pallets/jinja) to permit the latest version.
- [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.10.3...2.11.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
pull/753/head
dependabot-preview[bot] 2020-05-04 10:13:15 -07:00 zatwierdzone przez GitHub
rodzic 109c5a430d
commit aa064de3f4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -38,7 +38,7 @@ setup(
install_requires=[
"click~=7.1.1",
"click-default-group~=1.2.2",
"Jinja2~=2.10.3",
"Jinja2>=2.10.3,<2.12.0",
"hupper~=1.9",
"pint~=0.9",
"pluggy~=0.13.0",