Skip to content

Commit

Permalink
Bump jinja2 from 2.7.2 to 2.10.1
Browse files Browse the repository at this point in the history
Bumps [jinja2](https://github.com/pallets/jinja) from 2.7.2 to 2.10.1.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst)
- [Commits](pallets/jinja@2.7.2...2.10.1)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2020
1 parent e10b2ae commit d7dc8f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==0.10.1
Jinja2==2.7.2
Jinja2==2.10.1
MarkupSafe==0.23
Werkzeug==0.9.4
argparse==1.2.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
py_modules=['runner'],
install_requires=[
'Flask==0.10.1',
'Jinja2==2.7.2',
'Jinja2==2.10.1',
'MarkupSafe==0.23',
'Werkzeug==0.9.4',
'gevent==20.5.0',
Expand Down

0 comments on commit d7dc8f4

Please sign in to comment.