diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-08-05 10:03:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-05 10:03:35 +0200 |
| commit | cee586029cd2afa54cf0f47db13b35702aa45d8d (patch) | |
| tree | a4f4dd2808ba2de7933c445f6b38c8afdce0db87 | |
| parent | 3d0bf840b95d207973c6a409d39f97ad7450c5a7 (diff) | |
| parent | c6b5bc5c698576af07044e4fc8574e0d5e54d330 (diff) | |
Merge pull request #1614 from searxng/dependabot/pip/master/setproctitle-1.3.1
Bump setproctitle from 1.3.0 to 1.3.1
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index d2c673f1b..a419b25a8 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.3.0 +setproctitle==1.3.1 redis==4.3.4 markdown-it-py==2.1.0 typing_extensions==4.3.0 |