diff options
author | Justin Mayer <entroP@gmail.com> | 2023-03-27 10:44:01 +0200 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2023-03-27 10:44:01 +0200 |
commit | a2852942ea90cbd2dff789efde94feaeab47fa06 (patch) | |
tree | da8a9e2c5163544f7263d1d752af6817ad6499d3 | |
parent | 385d5bf75ecc837de62af3a0f20309b80cfb97e7 (diff) | |
download | pelican-a2852942ea90cbd2dff789efde94feaeab47fa06.tar.gz |
Update Pygments and Markdown dependency versions
-rw-r--r-- | pyproject.toml | 4 | ||||
-rw-r--r-- | requirements/test.pip | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml index 002ebfff..43a418f4 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" diff --git a/requirements/test.pip b/requirements/test.pip index 5873bb2b..a7d566f5 100644 --- a/requirements/test.pip +++ b/requirements/test.pip @@ -1,11 +1,11 @@ # Tests -Pygments==2.8.1 +Pygments==2.14.0 pytest pytest-cov pytest-xdist[psutil] # Optional Packages -Markdown==3.3.7 +Markdown==3.4.3 BeautifulSoup4 lxml typogrify |