This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8522 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 6002cd433db712bbc2493574192cb1b84400dcbb Author: Guillermo Cruz <[email protected]> AuthorDate: Mon Oct 16 17:23:04 2023 +0000 [#8522] Upgrade werkzeug 2.3.7 -> 3.0.0, and its deps: MarkupSafe werkzeug 2.3.7 -> 3.0.0 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 6ee8d7f24..f79b54596 100644 --- a/requirements.txt +++ b/requirements.txt @@ -254,7 +254,7 @@ webob==1.8.7 # webtest webtest==3.0.0 # via -r requirements.in -werkzeug==2.3.7 +werkzeug==3.0.0 # via -r requirements.in wrapt==1.15.0 # via -r requirements.in
