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