diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2023-02-10 15:17:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-10 15:17:59 +0100 |
| commit | 9c00b9fed1c68b1f6048185272219471025949a5 (patch) | |
| tree | 8c4bf7bc7411adeeb796e39509fce45807a02f21 | |
| parent | 3ebbdc179cf9145d383711cef074843d1fe9b571 (diff) | |
| parent | a7284e0b9cecb6a5c625146bd598cdcb4dedcefe (diff) | |
Merge pull request #2174 from searxng/dependabot/pip/master/redis-4.5.1
Bump redis from 4.4.2 to 4.5.1
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index f30f43716..a261a0488 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ Brotli==1.0.9 uvloop==0.17.0 httpx-socks[asyncio]==0.7.2 setproctitle==1.3.2 -redis==4.4.2 +redis==4.5.1 markdown-it-py==2.1.0 typing_extensions==4.4.0 fasttext-predict==0.9.2.1 |