Skip to content

Commit

Permalink
chore(deps): update dependency jinja2 to v3.1.5 (#542)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 5967418 commit 863a099
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mkdocs-material = "==9.5.49"
python-markdown-math = "==0.8"
prompt_toolkit = "==3.0.48"
pyyaml = "==6.0.2"
Jinja2 = "==3.1.4"
Jinja2 = "==3.1.5"
pygments = "==2.18.0"

[dev-packages]
Expand Down
14 changes: 7 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ click==8.1.8; python_version >= '3.7'
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
ghp-import==2.1.0
idna==3.10; python_version >= '3.5'
jinja2==3.1.4; python_version >= '3.7'
jinja2==3.1.5; python_version >= '3.7'
markdown==3.7; python_version >= '3.8'
markupsafe==2.1.5; python_version >= '3.7'
mergedeep==1.3.4; python_version >= '3.6'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ click==8.1.8; python_version >= '3.7'
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
ghp-import==2.1.0
idna==3.10; python_version >= '3.5'
jinja2==3.1.4; python_version >= '3.7'
jinja2==3.1.5; python_version >= '3.7'
markdown==3.7; python_version >= '3.8'
markupsafe==2.1.5; python_version >= '3.7'
mergedeep==1.3.4; python_version >= '3.6'
Expand Down

0 comments on commit 863a099

Please sign in to comment.