summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
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 a6bf6918..8dae0503 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,8 +11,8 @@ pycairo = "^1.16"
[tool.poetry.dev-dependencies]
pytest = "^6.0.0"
flake8 = "^3.9.1"
-Sphinx = "^3.5.4"
-sphinx-rtd-theme = "^0.5.2"
+Sphinx = "^3.5.4|^4.2.0"
+sphinx-rtd-theme = "^0.5.2|^1.0.0"
coverage = "^5.5"
[build-system]