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!