Skip to content

Commit

Permalink
Bump: docs & test dependency packages
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Dec 1, 2024
1 parent 0f7fc60 commit beb1a55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx>=8.0.2,<9
sphinx>=8.1.3,<9
furo==2024.8.6
3 changes: 1 addition & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit beb1a55

Please sign in to comment.