Skip to content

Commit 326258c

Browse files
committed
tests/requirements: bump jinja2 to 3.1.5
1 parent a14eea0 commit 326258c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/requirements/reqs-asgi-2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
quart==0.6.13
22
MarkupSafe<2.1
3-
jinja2==3.1.4
3+
jinja2==3.1.5
44
async-asgi-testclient
55
asgiref
66
-r reqs-base.txt

tests/requirements/reqs-base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ coverage[toml]==6.3 ; python_version == '3.7'
88
coverage==7.3.1 ; python_version > '3.7'
99
pytest-cov==4.0.0 ; python_version < '3.8'
1010
pytest-cov==4.1.0 ; python_version > '3.7'
11-
jinja2==3.1.4 ; python_version == '3.7'
11+
jinja2==3.1.5 ; python_version == '3.7'
1212
pytest-localserver==0.5.0
1313
pytest-mock==3.6.1 ; python_version == '3.6'
1414
pytest-mock==3.10.0 ; python_version > '3.6'

0 commit comments

Comments
 (0)