diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-22 07:04:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 07:04:56 +0000 |
commit | 91babe8a62df5b0652f161995fd3e1c02570317a (patch) | |
tree | b8235d28faadb6b56cd17cdb15be7aa44b111c6a /requirements.txt | |
parent | 7f2185cec2bcbbb28178faae363d07372daf0137 (diff) | |
download | searxng-91babe8a62df5b0652f161995fd3e1c02570317a.tar.gz searxng-91babe8a62df5b0652f161995fd3e1c02570317a.zip |
Bump markdown-it-py from 2.0.1 to 2.1.0
Bumps [markdown-it-py](https://github.com/executablebooks/markdown-it-py) from 2.0.1 to 2.1.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.1.0)
---
updated-dependencies:
- dependency-name: markdown-it-py
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index f42cabfe6..253ab139d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,5 +14,5 @@ httpx-socks[asyncio]==0.7.2 langdetect==1.0.9 setproctitle==1.2.3 redis==4.2.2 -markdown-it-py==2.0.1 +markdown-it-py==2.1.0 typing_extensions==4.1.1 |