diff options
| author | Alexandre Flament <alex@al-f.net> | 2023-01-14 18:28:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-14 18:28:17 +0100 |
| commit | b720a495f0cc5372d07ed68e0d8a5ffa89a14b51 (patch) | |
| tree | b21f420badcc30df51ce2bb44e06fe658e295191 | |
| parent | 449aebaea6abe2ac1b05050dd65589dd353a10d4 (diff) | |
| parent | 4212ffe73b6f63fb4ac3c6b9d847430a8cef8654 (diff) | |
Merge pull request #2105 from searxng/dependabot/pip/master/redis-4.4.2
Bump redis from 4.4.0 to 4.4.2
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index fe57051c1..2de33f4ba 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.0 +redis==4.4.2 markdown-it-py==2.1.0 typing_extensions==4.4.0 fasttext-predict==0.9.2.1 |