summaryrefslogtreecommitdiff
path: root/docs/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pyproject.toml')
-rw-r--r--docs/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pyproject.toml b/docs/pyproject.toml
index 9cc7bcc2..1b1cb289 100644
--- a/docs/pyproject.toml
+++ b/docs/pyproject.toml
@@ -5,7 +5,7 @@ description = ""
authors = ["Micah Lee <micah@micahflee.com>"]
[tool.poetry.dependencies]
-python = "~3.6"
+python = "^3.6"
sphinx = "^3.2.1"
sphinx-rtd-theme = "^0.5.0"
sphinx-intl = "^2.0.1"