From 79abdfa97e38455e0551a7dd0a0b259a12f5a749 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sat, 30 Oct 2021 21:23:16 +0200 Subject: [PATCH] update dependency --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index e3d59a7..ef78c82 100644 --- a/setup.cfg +++ b/setup.cfg @@ -60,7 +60,7 @@ tests_require = mock hypothesis>4 flake8 - sphinxcontrib-spelling>=5 + sphinxcontrib-spelling>=7.2.0 [nosetests] verbosity=3 diff --git a/tox.ini b/tox.ini index 13bdca6..b93140d 100644 --- a/tox.ini +++ b/tox.ini @@ -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]