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 b92139ec3efd8312ac59ac3be097cdbf823c17de 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 758a1d039..b61e8e277 100644 --- a/requirements.txt +++ b/requirements.txt @@ -235,7 +235,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
