Skip to content

Commit

Permalink
Jinja2: update to v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Dec 20, 2024
1 parent ce07cb9 commit 5330926
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions json_landing_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ def json_landing_page_create_json_landing_page(ctx: rule.Context,
template = data_object.read(ctx, landingpage_template_path)

# Enable autoescaping for all templates.
# NOTE: autoescape is no longer an extension starting in jinja 2.9 (2017).
Template = jinja2.Environment(autoescape=True, extensions=["jinja2.ext.autoescape"]).from_string
Template = jinja2.Environment(autoescape=True).from_string

# Pre work input for render process.
# When empty landing page, take a short cut
Expand Down
9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setuptools==75.6.0
MarkupSafe==1.1.1
Jinja2==2.11.3
requests==2.25.1
MarkupSafe==3.0.2
Jinja2==3.1.4
requests==2.32.3
pyrsistent==0.15.7
configparser==4.0.2
contextlib2==0.6.0.post1
Expand All @@ -12,10 +12,9 @@ requests_cache==0.5.2
irods-avu-json==2.2.0
python-dateutil==2.7.0
python-magic==0.4.27
certifi==2021.10.8
deepdiff==8.0.1
persist-queue==0.8.1
redis==3.5.3
psutil==5.9.6
psutil==6.1.1
iteration_utilities==0.8.0
rotki-pysqlcipher3==2024.10.1

0 comments on commit 5330926

Please sign in to comment.