From a63c96ce72850a987f8345d2b6a9b40ff820d85d Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 29 Mar 2022 19:58:31 +1300 Subject: [PATCH] [requires.io] dependency update on main branch (#5223) * [requires.io] dependency update * Update setup.py Co-authored-by: requires.io Co-authored-by: Maximilian Hils --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 84342634c..dbef07be6 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ setup( "Brotli>=1.0,<1.1", "certifi>=2019.9.11", # no semver here - this should always be on the last release! "cryptography>=36,<37", - "flask>=1.1.1,<2.1", + "flask>=1.1.1,<2.2", "h11>=0.11,<0.14", "h2>=4.1,<5", "hyperframe>=6.0,<7",