Skip to content

Commit

Permalink
tests/requirements: bump jinja2 to 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Dec 24, 2024
1 parent a14eea0 commit 326258c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/requirements/reqs-asgi-2.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
quart==0.6.13
MarkupSafe<2.1
jinja2==3.1.4
jinja2==3.1.5
async-asgi-testclient
asgiref
-r reqs-base.txt
2 changes: 1 addition & 1 deletion tests/requirements/reqs-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ coverage[toml]==6.3 ; python_version == '3.7'
coverage==7.3.1 ; python_version > '3.7'
pytest-cov==4.0.0 ; python_version < '3.8'
pytest-cov==4.1.0 ; python_version > '3.7'
jinja2==3.1.4 ; python_version == '3.7'
jinja2==3.1.5 ; python_version == '3.7'
pytest-localserver==0.5.0
pytest-mock==3.6.1 ; python_version == '3.6'
pytest-mock==3.10.0 ; python_version > '3.6'
Expand Down

0 comments on commit 326258c

Please sign in to comment.