summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2023-04-20 08:38:04 +0200
committerGitHub <noreply@github.com>2023-04-20 08:38:04 +0200
commit208332c0e6441b1975ffb3a9de4137e578a1ecfd (patch)
tree7a5d323e76cb33aa4b6d18940efd8fa35e0c9b30 /pyproject.toml
parent4db5c7ca4b4903d6fbebc406f922419a6a2bb283 (diff)
parenta2852942ea90cbd2dff789efde94feaeab47fa06 (diff)
downloadpelican-208332c0e6441b1975ffb3a9de4137e578a1ecfd.tar.gz
Merge pull request #3112 from getpelican/update-functional-test-output
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0f088e86..db18dd79 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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"