From afe5503c2ccfdaa3c962057926866d3f8618a1dd Mon Sep 17 00:00:00 2001 From: Lily Acadia Gilbert Date: Tue, 3 Oct 2023 10:55:25 -0600 Subject: [PATCH] Force werkzeug<3.0 when installing flask 2.1 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a99de82d..6ad610a2 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ deps = pytest cryptography python-dateutil - flask21: Flask>=2.1,<2.2 + flask21: Flask>=2.1,<2.2;Werkzeug<3.0 [testenv:mypy] commands =