From f02e9c503326d5ef6a905c66f87c5ddffde03584 Mon Sep 17 00:00:00 2001 From: Mikayla Thompson Date: Fri, 7 Jun 2024 16:33:44 -0400 Subject: [PATCH] update Werkzeug to 3.0.3 in Fetch Signed-off-by: Mikayla Thompson --- FetchMigration/python/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FetchMigration/python/dev-requirements.txt b/FetchMigration/python/dev-requirements.txt index 6e901fbc2..f77d4fdaf 100644 --- a/FetchMigration/python/dev-requirements.txt +++ b/FetchMigration/python/dev-requirements.txt @@ -1,5 +1,5 @@ # Transitive dependency from moto, explicit version needed to mitigate CVE-2023-46136 -werkzeug>=3.0.1 +werkzeug>=3.0.3 coverage>=7.3.2 pur>=7.3.1 moto>=4.2.7