diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-03-25 11:00:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-25 11:00:57 +0100 |
| commit | 16aa731053f6ff90e649939ae30b8ad74f106fef (patch) | |
| tree | 7aa811e246c288e4a774f99d16cb044c66962f2d | |
| parent | c9b4dc64efc4bca2fca0118579babc45229aca9b (diff) | |
| parent | fc80d2568fa0b51f3c7820d28382fba7a394d74c (diff) | |
Merge pull request #1005 from searxng/dependabot/pip/master/redis-4.2.0
Bump redis from 4.1.4 to 4.2.0
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index b1bf5ff24..31b652000 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ uvloop==0.16.0 httpx-socks[asyncio]==0.7.2 langdetect==1.0.9 setproctitle==1.2.2 -redis==4.1.4 +redis==4.2.0 mistletoe==0.8.2 typing_extensions==4.1.1 |