Update Sphinx and Furo theme dependency versions

This commit is contained in:
Justin Mayer 2022-08-01 12:32:15 +02:00
commit 961909a149
2 changed files with 4 additions and 4 deletions

View file

@ -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"

View file

@ -1,3 +1,3 @@
sphinx<4.4.0
sphinx<6.0
furo
livereload