Skip to content

Commit beb1a55

Browse files
committed
Bump: docs & test dependency packages
1 parent 0f7fc60 commit beb1a55

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sphinx>=8.0.2,<9
1+
sphinx>=8.1.3,<9
22
furo==2024.8.6

requirements/tests.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
coveralls>=4.0.1,<5
21
pytest>=8.3.2,<9
3-
pyyaml>=6.0.2,<7
2+
coverage>=7.6.4,<8
43
tox>=4.23.2,<5

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ skipsdist = True
66

77
[testenv]
88
commands_pre = python -m pip install --upgrade pip
9-
install_command = pip install -e .[tests]
9+
install_command = pip install -e .[tests,docs]
1010
allowlist_externals =
1111
coverage
1212
pytest

0 commit comments

Comments
 (0)