We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14eea0 commit 77ae5a3Copy full SHA for 77ae5a3
tests/requirements/reqs-asgi-2.txt
@@ -1,6 +1,6 @@
1
quart==0.6.13
2
MarkupSafe<2.1
3
-jinja2==3.1.4
+jinja2==3.1.5
4
async-asgi-testclient
5
asgiref
6
-r reqs-base.txt
tests/requirements/reqs-base.txt
@@ -8,7 +8,7 @@ coverage[toml]==6.3 ; python_version == '3.7'
8
coverage==7.3.1 ; python_version > '3.7'
9
pytest-cov==4.0.0 ; python_version < '3.8'
10
pytest-cov==4.1.0 ; python_version > '3.7'
11
-jinja2==3.1.4 ; python_version == '3.7'
+jinja2==3.1.5 ; python_version == '3.7'
12
pytest-localserver==0.5.0
13
pytest-mock==3.6.1 ; python_version == '3.6'
14
pytest-mock==3.10.0 ; python_version > '3.6'
0 commit comments