diff --git a/requirements/docs.txt b/requirements/docs.txt index fb64c5c..2dd206a 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,2 +1,2 @@ -sphinx>=8.0.2,<9 +sphinx>=8.1.3,<9 furo==2024.8.6 \ No newline at end of file diff --git a/requirements/tests.txt b/requirements/tests.txt index d63c3c5..8c5ae29 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,4 +1,3 @@ -coveralls>=4.0.1,<5 pytest>=8.3.2,<9 -pyyaml>=6.0.2,<7 +coverage>=7.6.4,<8 tox>=4.23.2,<5 \ No newline at end of file diff --git a/tox.ini b/tox.ini index f6e6511..41d8ccf 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ skipsdist = True [testenv] commands_pre = python -m pip install --upgrade pip -install_command = pip install -e .[tests] +install_command = pip install -e .[tests,docs] allowlist_externals = coverage pytest