update dependency

This commit is contained in:
Patrick Kanzler 2021-10-30 21:23:16 +02:00
parent 51bad6ca7b
commit 79abdfa97e
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ tests_require =
mock
hypothesis>4
flake8
sphinxcontrib-spelling>=5
sphinxcontrib-spelling>=7.2.0
[nosetests]
verbosity=3

View File

@ -30,7 +30,7 @@ changedir = doc
deps = sphinx>=1.5.1
setuptools_scm
python-barcode
sphinxcontrib-spelling>=5
sphinxcontrib-spelling>=7.2.0
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
[testenv:flake8]