diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-04-08 09:18:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-08 09:18:55 +0200 |
| commit | 7dbcd3d35862c9f1d4b34e61ed2e1b5a818d5392 (patch) | |
| tree | f7c1a1d27c52dac69169dc78bfbe107e097ba8de | |
| parent | a42a881356dc61764a759b804da29ab3f1601a6d (diff) | |
| parent | 7e68bdad17ef09f8901ba0f1d90b566cdd06a8c7 (diff) | |
Merge pull request #1067 from searxng/dependabot/pip/master/redis-4.2.2
Bump redis from 4.2.0 to 4.2.2
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index f638008eb..4cd221336 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.2.0 +redis==4.2.2 mistletoe==0.8.2 typing_extensions==4.1.1 |