summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2022-08-01 12:32:15 +0200
committerJustin Mayer <entroP@gmail.com>2022-08-01 12:53:09 +0200
commit961909a149e15d3356043c6548fcee1cde7015b9 (patch)
tree31b632f8c38a113847303e138b564a6ce4ceb833 /pyproject.toml
parentac416d7df240d3d93df6337a90d13957833ff850 (diff)
downloadpelican-961909a149e15d3356043c6548fcee1cde7015b9.tar.gz
Update Sphinx and Furo theme dependency versions
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6b1f9054..f68ca5bd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,7 +30,7 @@ classifiers = [
"Tracker" = "https://github.com/getpelican/pelican/issues"
[tool.poetry.dependencies]
-python = "^3.6"
+python = ">=3.7,<4.0"
blinker = ">=1.4"
docutils = ">=0.16"
feedgenerator = ">=1.9"
@@ -48,8 +48,8 @@ jinja2 = "~2.11"
lxml = "^4.3"
markdown = "~3.3.4"
typogrify = "^2.0"
-sphinx = "<4.4.0"
-furo = "^2022.1.2"
+sphinx = "^5.1"
+furo = "2022.06.21"
livereload = "^2.6"
psutil = {version = "^5.7", optional = true}
pygments = "~2.8"