diff --git a/requirements.txt b/requirements.txt index 7910c28..9f681bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ aiocache==0.12.2 aiomcache==0.8.1 ujson==5.8.0 uvloop==0.14.0; python_version < '3.7' -uvloop==0.17.0; python_version >= '3.7' +uvloop==0.18.0; python_version >= '3.7' asyncpg==0.28.0 jsonschema==4.19.1 gunicorn==21.2.0 diff --git a/setup.py b/setup.py index 6ba8079..3338af5 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ "aiomcache==0.8.1", "ujson==5.8.0", "uvloop==0.14.0; python_version < '3.7'", - "uvloop==0.17.0; python_version >= '3.7'", + "uvloop==0.18.0; python_version >= '3.7'", "asyncpg==0.28.0", "jsonschema==4.19.1", "gunicorn==21.2.0",