diff --git a/requirements.txt b/requirements.txt index 4aa9a84..7d998a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ typing-extensions==4.0.1; python_full_version >= "3.6.2" and python_full_version ujson==4.2.0; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0" urllib3==1.26.7; python_full_version >= "3.6.1" and python_version < "4" uvicorn==0.15.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" -uvloop==0.20.0 +uvloop==0.21.0 watchgod==0.8.2 websockets==13.1 yarl==1.7.0; python_version >= "3.7" and python_version < "4.0"