Skip to content

Commit

Permalink
Merge pull request #76 from Orange-OpenSource/dependabot/pip/examples…
Browse files Browse the repository at this point in the history
…/ariatosca/aria-service-proxy-plugin/jinja2-3.1.3

Bump jinja2 from 2.11.3 to 3.1.3 in /examples/ariatosca/aria-service-proxy-plugin
  • Loading branch information
philippemerle authored Jan 11, 2024
2 parents 52039c1 + e6162be commit f8af63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Jinja2==2.11.3
Jinja2==3.1.3
MarkupSafe==1.0
bottle==0.12.20
certifi==2023.7.22
Expand Down
2 changes: 1 addition & 1 deletion examples/ariatosca/aria-service-proxy-plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
install_requires=[
'cloudify-plugins-common>=4.0',
'networkx==2.0',
'Jinja2==2.11.3'
'Jinja2==3.1.3'
]
)

0 comments on commit f8af63e

Please sign in to comment.