From ea69988a4881a188faa3a3f8e800f2299ebb5987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 19:45:37 +0000 Subject: [PATCH] Bump markdown-it-py from 2.0.1 to 2.2.0 in /docs Bumps [markdown-it-py](https://github.com/executablebooks/markdown-it-py) from 2.0.1 to 2.2.0. - [Release notes](https://github.com/executablebooks/markdown-it-py/releases) - [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/markdown-it-py/compare/v2.0.1...v2.2.0) --- updated-dependencies: - dependency-name: markdown-it-py dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0ae76f35..02cde74d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -16,7 +16,7 @@ idna==3.3; python_version >= '3' imagesize==1.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' importlib-metadata==4.11.3; python_version < '3.10' jinja2==3.1.1; python_version >= '3.7' -markdown-it-py==2.0.1; python_version ~= '3.6' +markdown-it-py==2.2.0; python_version ~= '3.6' markupsafe==2.1.1; python_version >= '3.7' mdit-py-plugins==0.3.0; python_version ~= '3.6' mdurl==0.1.0; python_version >= '3.6'