summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorWolfgang Müller2024-11-14 17:16:41 +0100
committerWolfgang Müller2024-11-14 20:45:03 +0100
commitae0f685d0b598d00f97543fbccd45e5dee60a0c4 (patch)
tree82393c3c24bae4cbfb2c2f9f5fab8074202332af /pyproject.toml
parentc8a1c33a55c7403e95d83d1298623f5a470fca5c (diff)
downloadhircine-ae0f685d0b598d00f97543fbccd45e5dee60a0c4.tar.gz
build/deps: Update sphinx to 8.1.3 and sphinx-issues to 5.0.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ec920c2..2d7e214 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,9 +33,9 @@ pytest = {extras = ["asyncio"], version = "^8.0.0"}
ruff = "^0.7.3"
types-pillow = "^10.1.0.2"
pytest-cov = "^6.0.0"
-sphinx = "^7.2.6"
+sphinx = "^8.1.3"
furo = "^2024.1.29"
-sphinx-issues = "^4.1.0"
+sphinx-issues = "^5.0.0"
[build-system]
requires = ["poetry-core"]