Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #237 from waynr/jinja2-security
Browse files Browse the repository at this point in the history
Update Jinja2 to 2.10.1 because security
  • Loading branch information
waynr committed May 29, 2019
2 parents 4f47c04 + 94041b4 commit 72f86aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
requirements = [
'Click>=6.0',
'PyYAML==3.12',
'jinja2==2.10',
'jinja2==2.10.1',
]

test_requirements = [
Expand Down

0 comments on commit 72f86aa

Please sign in to comment.