diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-07-29 10:35:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-29 10:35:49 +0200 |
| commit | 0cf5310933ee4f6bff4a941f7296686bd671671f (patch) | |
| tree | eb6944be108c0135740b853194cc901fdc05d717 | |
| parent | ca2ddc615f8753b11f5eb2c34340df4fe88287f5 (diff) | |
| parent | 9e3ae571d0b2e9b2e9d8b05142a31e8126c5290d (diff) | |
Merge pull request #1581 from searxng/dependabot/pip/master/setproctitle-1.3.0
Bump setproctitle from 1.2.3 to 1.3.0
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index d8d3abbce..d2c673f1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ Brotli==1.0.9 uvloop==0.16.0 httpx-socks[asyncio]==0.7.2 langdetect==1.0.9 -setproctitle==1.2.3 +setproctitle==1.3.0 redis==4.3.4 markdown-it-py==2.1.0 typing_extensions==4.3.0 |