diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-04-22 10:51:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-22 10:51:57 +0200 |
| commit | f2c33550e567558bed1a0373885f0abb321fd4b0 (patch) | |
| tree | 06bd65c99b87a129370b050d9901bb99d63882bc | |
| parent | bb81cc52305226a179e4e8a974b2b8612ce1438d (diff) | |
| parent | 91babe8a62df5b0652f161995fd3e1c02570317a (diff) | |
Merge pull request #1132 from searxng/dependabot/pip/master/markdown-it-py-2.1.0
Bump markdown-it-py from 2.0.1 to 2.1.0
| -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 |