Skip to content

Commit ff2a09a

Browse files
committed
Fix security issue with Jinja
1 parent 1b65135 commit ff2a09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"sanic>=0.5.1,<19",
77
]
88

9-
tests_require = ["pytest>=2.7.3", "aiohttp>=3.5.0,<4", "yarl>=1.0,<2.0", "jinja2==2.9.0"]
9+
tests_require = ["pytest>=2.7.3", "aiohttp>=3.5.0,<4", "yarl>=1.0,<2.0", "Jinja2>=2.10.1"]
1010

1111
setup(
1212
name="Sanic-GraphQL",

0 commit comments

Comments
 (0)