summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-09 07:56:51 +0000
committerGitHub <noreply@github.com>2023-06-09 07:56:51 +0000
commit0dc3b7a469adc36df65323535842af87fb84399f (patch)
tree7e4be01b99fae0d026a29ae10686400bc7362318
parent280a66b24b6ffcf3a02aca7aa55926758572e30b (diff)
downloadsearx-dependabot/pip/master/markdown-it-py-3.0.0.tar.gz
searx-dependabot/pip/master/markdown-it-py-3.0.0.zip
Bump markdown-it-py from 2.2.0 to 3.0.0dependabot/pip/master/markdown-it-py-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] <support@github.com>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
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