diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-02-11 22:27:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-11 22:27:10 +0100 |
| commit | ab94e493858f1ccbcb3ff002ec78b768115d9785 (patch) | |
| tree | ac4b6054126836657204476d270eb99668cf831e | |
| parent | 0a89c526d254c7ac481af64ca89032b00113f25b (diff) | |
| parent | 072f64282dcd5ce5ad33539120367f5b1d5baa3c (diff) | |
Merge pull request #890 from searxng/dependabot/pip/master/redis-4.1.3
Bump redis from 4.1.2 to 4.1.3
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 0f60f4ee8..a3bf109e7 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.2 +redis==4.1.3 mistletoe==0.8.1 typing_extensions==4.0.1 |