Skip to content

Commit 0996df5

Browse files
build(deps): bump jinja2 from 3.1.4 to 3.1.5 in /tests/requirements
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a14eea0 commit 0996df5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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'

tests/requirements/reqs-flask-1.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jinja2<3.1.0
1+
jinja2<3.2.0
22
Werkzeug<2.1.0
33
Flask>=1.0,<1.1
44
MarkupSafe<2.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
jinja2<3
1+
jinja2<4
22
MarkupSafe<2.1
33
-r reqs-base.txt

0 commit comments

Comments
 (0)