From 0dc3b7a469adc36df65323535842af87fb84399f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 07:56:51 +0000 Subject: [PATCH] Bump markdown-it-py from 2.2.0 to 3.0.0 Bumps [markdown-it-py](https://github.com/executablebooks/markdown-it-py) from 2.2.0 to 3.0.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.2.0...v3.0.0) --- updated-dependencies: - dependency-name: markdown-it-py dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 12926f616..86e7ef662 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ uvloop==0.17.0 httpx-socks[asyncio]==0.7.2 setproctitle==1.3.2 redis==4.5.5 -markdown-it-py==2.2.0 +markdown-it-py==3.0.0 typing_extensions==4.6.3 fasttext-predict==0.9.2.1 pytomlpp==1.0.13