From 395f30c32bc85730d1e3390dffc728e9bb2b7852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 14:21:28 +0000 Subject: [PATCH] build(deps): bump pymdown-extensions from 6.3 to 10.0 Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 6.3 to 10.0. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/6.3.0...10.0) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ce5b260..5e691ef 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def get_long_desc(): "python-gitlab==1.7.0", "PyGithub==1.58.2", "markdown==3.2.1", - "pymdown-extensions==6.3", + "pymdown-extensions==10.0", "pygments==2.7.4", "mdx_truly_sane_lists==1.2", "docutils==0.14",