diff --git a/setup.py b/setup.py index 60f5209c0..27e8908eb 100644 --- a/setup.py +++ b/setup.py @@ -36,8 +36,8 @@ with open('README.rst') as f: extras_require = { 'voice': ['PyNaCl==1.3.0'], 'docs': [ - 'sphinx==2.4.4', - 'sphinxcontrib_trio==1.1.1', + 'sphinx==3.0.3', + 'sphinxcontrib_trio==1.1.2', 'sphinxcontrib-websupport', ] }