summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2021-11-24 11:21:01 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2021-11-24 11:21:01 +0100
commit5b377fb093ae3b7e5b1eaeec732ee429488bd662 (patch)
tree9182056affd7fbecc869f55e1b5c193c89827cb9 /pyproject.toml
parent185fe5758466728b6bc3ae63b0be508cd8835fac (diff)
downloadrsa-git-5b377fb093ae3b7e5b1eaeec732ee429488bd662.tar.gz
Update Sphinx to allow docs generation on Python 3.10
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c5b183b..4d9bb72 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,7 +34,7 @@ pyasn1 = ">=0.1.3"
[tool.poetry.dev-dependencies]
coveralls = "^3.0.0"
-Sphinx = "^3.5.1"
+Sphinx = "^4.3.0"
pytest = "^6.2.2"
pytest-cov = "^2.11.1"
tox = "^3.22.0"