Merge pull request #3112 from getpelican/update-functional-test-output

This commit is contained in:
Justin Mayer 2023-04-20 08:38:04 +02:00 committed by GitHub
commit 208332c0e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 171 additions and 171 deletions

View file

@ -46,13 +46,13 @@ markdown = {version = ">=3.1", optional = true}
BeautifulSoup4 = "^4.9"
jinja2 = "~3.1.2"
lxml = "^4.3"
markdown = "~3.3.7"
markdown = "~3.4.3"
typogrify = "^2.0"
sphinx = "^5.1"
furo = "2022.12.07"
livereload = "^2.6"
psutil = {version = "^5.7", optional = true}
pygments = "~2.8"
pygments = "~2.14"
pytest = "^7.1"
pytest-cov = "^3.0"
pytest-sugar = "^0.9.5"