From 02b2f63b6c6d6f45b85fef770d3e941aeedd4380 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index a99de82d..35bb1284 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,7 @@ deps = cryptography python-dateutil flask21: Flask>=2.1,<2.2 + flask21: Werkzeug>=2,<3 [testenv:mypy] commands =