diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-02-11 22:38:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-11 22:38:49 +0100 |
| commit | 9e4ef7a6cefec99730c95a979d4a7ee433539468 (patch) | |
| tree | ce204cd5c20e5235d36cd52a1a425276692539c7 | |
| parent | ab94e493858f1ccbcb3ff002ec78b768115d9785 (diff) | |
| parent | 4ad818ccf5635ac9371447001e395385d0a37590 (diff) | |
Merge pull request #889 from searxng/dependabot/pip/master/mistletoe-0.8.2
Bump mistletoe from 0.8.1 to 0.8.2
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index a3bf109e7..0f9f03d12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,5 +14,5 @@ httpx-socks[asyncio]==0.7.2 langdetect==1.0.9 setproctitle==1.2.2 redis==4.1.3 -mistletoe==0.8.1 +mistletoe==0.8.2 typing_extensions==4.0.1 |