This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8557 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 4d3ef943e4a63df0627d24c860ec27340cedb015 Author: Guillermo Cruz <[email protected]> AuthorDate: Wed Apr 17 23:04:39 2024 +0000 [#8557] Upgrade WebHelpers2 2.0 -> 2.1, and its deps: MarkupSafe,six WebHelpers2 2.0 -> 2.1 MarkupSafe 2.1.3 -> 2.1.5 six 1.16.0 -> no upgrade --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6dd3ca705..0575b1e2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -98,7 +98,7 @@ markdown==3.6 # pypeline markdown-checklist==0.4.4 # via -r requirements.in -markupsafe==2.1.3 +markupsafe==2.1.5 # via # -r requirements.in # easywidgets @@ -251,7 +251,7 @@ webencodings==0.5.1 # bleach # html5lib # tinycss2 -webhelpers2==2.0 +webhelpers2==2.1 # via -r requirements.in webob==1.8.7 # via
