This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8445 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 4923383d7cf1d898c99de8af1652a21d70d9bd2f 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 ef15b2b88..2c4669f18 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
