diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-04-09 15:24:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-09 15:24:11 +0200 |
| commit | e7644271531a7ea4d784bbb586f9e2725c546fd4 (patch) | |
| tree | 7545f79fc62e013a98e79a037225a25a694f9fb0 /requirements.txt | |
| parent | 921528123263e03002682399df055f50aa891b82 (diff) | |
| parent | 5e7f46991104a6583676c6c9319a81b6f9a4b151 (diff) | |
Merge branch 'master' into switch-md-parser
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 8d673bc8a..590fc9aad 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 markdown-it-py==2.0.1 typing_extensions==4.1.1 |