This is an automated email from the ASF dual-hosted git repository.

gcruz pushed a commit to branch gc/8570
in repository https://gitbox.apache.org/repos/asf/allura.git

commit dbdd084e30c88c134ed3ea23acf9062c241a9740
Author: Guillermo Cruz <[email protected]>
AuthorDate: Wed Nov 6 00:28:50 2024 +0000

    [#SF-9782] Upgrade Werkzeug 3.0.6 -> 3.1.2, and its deps: MarkupSafe
    
        Werkzeug                          3.0.6 -> 3.1.2
            MarkupSafe                    2.1.5 -> 3.0.2
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 981698f8b..ffd65d8d3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -130,7 +130,7 @@ markdown==3.7
     #   pypeline
 markdown-checklist==0.4.4
     # via -r requirements.in
-markupsafe==2.1.5
+markupsafe==3.0.2
     # via
     #   -r requirements.in
     #   easywidgets
@@ -306,7 +306,7 @@ webob==1.8.8
     #   webtest
 webtest==3.0.0
     # via -r requirements.in
-werkzeug==3.0.6
+werkzeug==3.1.2
     # via -r requirements.in
 wrapt==1.16.0
     # via -r requirements.in

Reply via email to