1
0
Fork 0

tox: Bump 'twine' and 'sphinx_rtd_theme' versions

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
spacecruft
Vasilis Tsiligiannis 2021-01-14 15:15:06 +02:00
parent 79382a5c2f
commit 98acbd2640
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
sphinx_rtd_theme==0.4.3
sphinx_rtd_theme==0.5.1
Sphinx>2

View File

@ -2,13 +2,13 @@
envlist = flake8,isort,yapf,pylint,build,pytest,docs
[depversions]
flake8 = 3.7.9
flake8 = 3.8.4
isort = 5.7.0
yapf = 0.30.0
pylint = 2.6.0
pylint_django = 2.4.2
sphinx_rtd_theme = 0.4.3
twine = 3.1.1
sphinx_rtd_theme = 0.5.1
twine = 3.3.0
[testenv:flake8]
deps =