From bc54204802080938c9e894a7601f7cd9490449cc Mon Sep 17 00:00:00 2001 From: Kevin DeJong Date: Fri, 17 Feb 2023 09:51:33 -0800 Subject: [PATCH] update Werkzeug to 2.2.0 (#975) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1680a5f6..b1627f64 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def find_version(*file_paths): "pytest>=4.5.0", "pytest-random-order>=1.0.4", "pytest-localserver>=0.5.0", - "Werkzeug>=0.15", + "Werkzeug>=2.2.0", "PyYAML>=5.1,<6.0", "requests>=2.22", "hypothesis>=4.32",