This is an automated email from the ASF dual-hosted git repository. brondsem pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/allura.git
commit fb830af8cb89a03101b56a8b1089f7dc6cc6d3fb Author: Guillermo Cruz <[email protected]> AuthorDate: Wed Jul 6 19:32:43 2022 +0000 [#8445] Upgrade Jinja2 3.1.1 -> 3.1.2, and its deps: markupsafe Jinja2 3.1.1 -> 3.1.2 markupsafe 2.1.1 -> no upgrade --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index db895423f..635925cec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -71,7 +71,7 @@ inflection==0.5.1 # via profanityfilter iso8601==1.0.2 # via colander -jinja2==3.1.1 +jinja2==3.1.2 # via -r requirements.in markdown==3.3.6 # via
