diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2023-03-15 18:27:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-15 18:27:58 +0100 |
| commit | 60fdaba707cfecb4d5b8b1c0e0755a82d3a00a0e (patch) | |
| tree | 4719becffc0fe86767d55c126800e27f4f91de3d /requirements.txt | |
| parent | e93e62582b80f33bbe5e1e609ea308316138de83 (diff) | |
| parent | a752d30e089fe1221924716b5037c2f312387135 (diff) | |
Merge pull request #2215 from searxng/dependabot/pip/master/markdown-it-py-2.2.0
Bump markdown-it-py from 2.1.0 to 2.2.0
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 80f9257cb..adccfa3f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ uvloop==0.17.0 httpx-socks[asyncio]==0.7.2 setproctitle==1.3.2 redis==4.5.1 -markdown-it-py==2.1.0 +markdown-it-py==2.2.0 typing_extensions==4.5.0 fasttext-predict==0.9.2.1 |