diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-22 07:48:12 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-11-22 09:58:19 +0100 |
commit | f40fc2dd4fc249d183282351edbf3e818e697ee0 (patch) | |
tree | e17aa6abeb88c521f43809367b0b055e1c0a0433 | |
parent | 10d3af84b833ab2f2d1095efa3a7ba240ffb32fc (diff) | |
download | searxng-f40fc2dd4fc249d183282351edbf3e818e697ee0.tar.gz searxng-f40fc2dd4fc249d183282351edbf3e818e697ee0.zip |
[upd] pypi: Bump setproctitle from 1.3.3 to 1.3.4
Bumps [setproctitle](https://github.com/dvarrazzo/py-setproctitle) from 1.3.3 to 1.3.4.
- [Changelog](https://github.com/dvarrazzo/py-setproctitle/blob/master/HISTORY.rst)
- [Commits](https://github.com/dvarrazzo/py-setproctitle/compare/version-1.3.3...version-1.3.4)
---
updated-dependencies:
- dependency-name: setproctitle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index d8a5bc097..79fefb648 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ httpx[http2]==0.24.1 Brotli==1.1.0 uvloop==0.21.0 httpx-socks[asyncio]==0.7.7 -setproctitle==1.3.3 +setproctitle==1.3.4 redis==5.0.8 markdown-it-py==3.0.0 fasttext-predict==0.9.2.2 |