Skip to content

Commit 69ef938

Browse files
Bump jinja2 from 3.0.3 to 3.1.6
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 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.0.3...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2444e9a commit 69ef938

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"Flask-DebugToolbar==0.11.0",
2020
"Flask-Moment==1.0.2",
2121
"icecream==2.1.1",
22-
"Jinja2==3.0.3",
22+
"Jinja2==3.1.6",
2323
"parsel==1.8.1",
2424
"playwright",
2525
"ptpython==3.0.31",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Flask_Caching==2.0.2
1212
Flask_DebugToolbar==0.11.0
1313
Flask_Moment==1.0.2
1414
icecream==2.1.1
15-
Jinja2==3.0.3
15+
Jinja2==3.1.6
1616
parsel==1.8.1
1717
playwright
1818
ptpython==3.0.31

0 commit comments

Comments
 (0)