diff options
author | Alexandre Flament <alex@al-f.net> | 2022-05-13 17:01:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 17:01:48 +0200 |
commit | de0c4d7cd8bf598d8ec69834f806a3dc80326ad6 (patch) | |
tree | 6ee4e64b29cc070f46e626dd11f542fbe41f4649 | |
parent | 117fbd61dc60c41899b92d3babb761d3014a73bd (diff) | |
parent | 7caf59a26d9fea9614df0a3d60136ca729d2cac7 (diff) | |
download | searxng-de0c4d7cd8bf598d8ec69834f806a3dc80326ad6.tar.gz searxng-de0c4d7cd8bf598d8ec69834f806a3dc80326ad6.zip |
Merge pull request #1197 from searxng/dependabot/pip/master/redis-4.3.1
Bump redis from 4.2.2 to 4.3.1
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 1341efe5a..833c476d1 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.3 -redis==4.2.2 +redis==4.3.1 markdown-it-py==2.1.0 typing_extensions==4.2.0 |