This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8517 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 5c16b54665dd7448bc9caf79ae827ac9c779eded Author: Guillermo Cruz <[email protected]> AuthorDate: Mon Jul 31 17:54:53 2023 +0000 [#8517] Upgrade Werkzeug 2.2.3 -> 2.3.6, and its deps: markupsafe Werkzeug 2.2.3 -> 2.3.6 markupsafe 2.1.3 -> no upgrade --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 020c34d23..4f7cd469e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -247,7 +247,7 @@ webob==1.8.7 # webtest webtest==3.0.0 # via -r requirements.in -werkzeug==2.2.3 +werkzeug==2.3.6 # via -r requirements.in wrapt==1.15.0 # via -r requirements.in
