Skip to content

Commit c6fa2f7

Browse files
build(deps): bump jinja2 from 3.0.3 to 3.1.4 in /tests/requirements (#2034)
* build(deps): bump jinja2 from 3.0.3 to 3.1.4 in /tests/requirements Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.0.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update tests/requirements/reqs-jinja2-2.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Riccardo Magliocchetti <[email protected]>
1 parent e4488ed commit c6fa2f7

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.0.3
3+
jinja2==3.1.4
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.2 ; python_version == '3.7'
11+
jinja2==3.1.4 ; 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

tests/requirements/reqs-flask-1.1.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.1,<1.2
44
MarkupSafe<2.1

0 commit comments

Comments
 (0)