diff --git a/python/setup.py b/python/setup.py index 3d7595c..d860103 100644 --- a/python/setup.py +++ b/python/setup.py @@ -30,7 +30,7 @@ # What packages are required for this module to be executed? REQUIRED = [ - 'tornado==6.0.4' + 'tornado==6.3.3' ] SETUP_REQUIRED = [ 'pytest-runner'