From a51dc10d8b97d46c77d11a4bbb4d0c393b2c8a39 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 28 Jun 2021 19:03:30 +0200 Subject: [PATCH] Merge pull request #4664 from mitmproxy/requires-io-main [requires.io] dependency update on main branch --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 222fea912..073f0cbbc 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ setup( # https://packaging.python.org/en/latest/requirements/#install-requires # It is not considered best practice to use install_requires to pin dependencies to specific versions. install_requires=[ - "asgiref>=3.2.10,<3.4", + "asgiref>=3.2.10,<3.5", "blinker>=1.4, <1.5", "Brotli>=1.0,<1.1", "certifi>=2019.9.11", # no semver here - this should always be on the last release!