diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-11-25 08:25:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-25 08:25:24 +0100 |
| commit | 28ae469f814bd2d90dda62cfbfc167453dad44d6 (patch) | |
| tree | 56b08c58169afc535fa2a41fde1b45b13b13452b | |
| parent | 5ca6868c9809342ac15a47ff8c0a890811d254c5 (diff) | |
| parent | 72a079fe89eb58b1ac27b92cae120e8db3140898 (diff) | |
Merge pull request #1976 from searxng/dependabot/pip/master/redis-4.3.5
Bump redis from 4.3.4 to 4.3.5
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 0bfeaf53f..7612ff97a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ uvloop==0.17.0 httpx-socks[asyncio]==0.7.2 langdetect==1.0.9 setproctitle==1.3.2 -redis==4.3.4 +redis==4.3.5 markdown-it-py==2.1.0 typing_extensions==4.4.0 |