This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new f19c4280c0 chore: bump werkzeug to address vulnerability (#30729)
f19c4280c0 is described below
commit f19c4280c02a30930bce92fdf2ef59c51c27ea50
Author: Daniel Vaz Gaspar <[email protected]>
AuthorDate: Fri Nov 1 17:22:34 2024 +0000
chore: bump werkzeug to address vulnerability (#30729)
---
requirements/base.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements/base.txt b/requirements/base.txt
index db5814bcd2..f4f7a441d5 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -385,7 +385,7 @@ vine==5.1.0
# kombu
wcwidth==0.2.13
# via prompt-toolkit
-werkzeug==3.0.3
+werkzeug==3.0.6
# via
# -r requirements/base.in
# flask