Bump jinja2 from 2.10.3 to 2.11.3

Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.3 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.10.3...2.11.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-20 02:23:52 +00:00 committed by GitHub
parent 16e84740b5
commit 9145a9113e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
Jinja2==2.10.3
Jinja2==2.11.3
PyYAML==5.2
termcolor==1.1.0

View File

@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
long_description = fh.read()
requires = [
'Jinja2==2.10.3',
'Jinja2==2.11.3',
'PyYAML==5.2',
'termcolor==1.1.0',
]