We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56046b commit 88fc874Copy full SHA for 88fc874
1 file changed
pyproject.toml
@@ -32,7 +32,7 @@ certvalidator = "^0.11.1"
32
cryptography = ">=42.0.1,<44"
33
Sphinx = {version = ">=7.1,<8", optional = true, extras = ["docs"]}
34
sphinx-autodoc-typehints = {version = ">=1.25.2,<3.0.0", optional = true, extras = ["docs"]}
35
-sphinx-rtd-theme = {version = ">=1,<3", optional = true, extras = ["docs"]}
+sphinx-rtd-theme = {version = ">=1,<4", optional = true, extras = ["docs"]}
36
pyhpke = ">=0.5.3,<1.0.0"
37
38
[tool.poetry.extras]
0 commit comments