diff options
author | Alexandre Flament <alex@al-f.net> | 2022-04-15 17:24:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-15 17:24:16 +0200 |
commit | ab522b438873b509403ebaf1121172b6c9102960 (patch) | |
tree | c698c30f2f04a35d7b7f3ddc4e19b28180348273 | |
parent | 7e7d6f77427ad9d469ad2f2e1752bdd2b7e05156 (diff) | |
parent | 3407f1a1700728751daac946738d0884b890f908 (diff) | |
download | searxng-ab522b438873b509403ebaf1121172b6c9102960.tar.gz searxng-ab522b438873b509403ebaf1121172b6c9102960.zip |
Merge pull request #1092 from searxng/dependabot/pip/master/setproctitle-1.2.3
Bump setproctitle from 1.2.2 to 1.2.3
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 590fc9aad..f42cabfe6 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.2 +setproctitle==1.2.3 redis==4.2.2 markdown-it-py==2.0.1 typing_extensions==4.1.1 |