Browse Source

Fix Python/uvicorn start/stop issues (#7221)

Nate 3 years ago
parent
commit
12670de9ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Python/uvicorn/requirements.txt

+ 1 - 1
frameworks/Python/uvicorn/requirements.txt

@@ -1,6 +1,6 @@
 asyncpg==0.21.0
 asyncpg==0.21.0
 gunicorn==20.0.4
 gunicorn==20.0.4
-Jinja2==2.11.3
+Jinja2==3.0.3
 ujson==2.0.3
 ujson==2.0.3
 uvloop==0.14.0
 uvloop==0.14.0
 uvicorn==0.11.7
 uvicorn==0.11.7