Skip to content

Commit 0c5d243

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.5
3+
jinja2==3.1.6
44
async-asgi-testclient
55
asgiref
66
-r reqs-base.txt

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)