From 9ba8447f4ba2fe3f5003382bb9610191a10bf31f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 18:37:10 +0000 Subject: [PATCH] chore(deps): Bump pymdown-extensions from 9.7 to 10.0 Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.7 to 10.0. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/9.7...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 542b8bf..60b3e25 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ 'markdown==3.4.1', 'markupsafe==2.1.1', 'pygments==2.13.0', - 'pymdown-extensions==9.7', + 'pymdown-extensions==10.0', 'pyscss==1.4.0', 'pyyaml==6.0', 'six==1.16.0',