diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-02-18 08:37:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-18 08:37:40 +0100 |
| commit | bcd71e099832cee67260b46dc8aa9793dd897e97 (patch) | |
| tree | 79e4b9ed7885369f6245d3917b39d32b8c045f15 | |
| parent | eb25f06d8be9af31010fc08bd3aad88f7331b217 (diff) | |
| parent | 5fa56f442eeb1781fcb6833b0e9c1f047b2e4c52 (diff) | |
Merge pull request #901 from searxng/dependabot/pip/master/redis-4.1.4
Bump redis from 4.1.3 to 4.1.4
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 0f9f03d12..393f5dc44 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.3 +redis==4.1.4 mistletoe==0.8.2 typing_extensions==4.0.1 |