diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-08-12 18:54:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-12 18:54:19 +0200 |
| commit | 334eccfad6c09f79e83af5e8d9030b4d4365aaa9 (patch) | |
| tree | 2402188679c76dd633ea6d59b3bfaded52f1c95d | |
| parent | 6481beb479a2e9762543d9abb5b8767793d3dbc9 (diff) | |
| parent | bf36057c79c77b5f3389f7b1ca54fe7b805a7e73 (diff) | |
Merge pull request #1658 from searxng/dependabot/pip/master/setproctitle-1.3.2
Bump setproctitle from 1.3.1 to 1.3.2
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index a419b25a8..7d15c1c1f 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.1 +setproctitle==1.3.2 redis==4.3.4 markdown-it-py==2.1.0 typing_extensions==4.3.0 |