diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-29 07:04:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 07:04:16 +0000 |
commit | 9e3ae571d0b2e9b2e9d8b05142a31e8126c5290d (patch) | |
tree | 45a40d39239c9cecf4607821076c5a9dfb485e0d /requirements.txt | |
parent | 14085cc0a77b8872841abd0478709e67c4cbc523 (diff) | |
download | searxng-9e3ae571d0b2e9b2e9d8b05142a31e8126c5290d.tar.gz searxng-9e3ae571d0b2e9b2e9d8b05142a31e8126c5290d.zip |
Bump setproctitle from 1.2.3 to 1.3.0
Bumps [setproctitle](https://github.com/dvarrazzo/py-setproctitle) from 1.2.3 to 1.3.0.
- [Release notes](https://github.com/dvarrazzo/py-setproctitle/releases)
- [Changelog](https://github.com/dvarrazzo/py-setproctitle/blob/master/HISTORY.rst)
- [Commits](https://github.com/dvarrazzo/py-setproctitle/compare/version-1.2.3...version-1.3.0)
---
updated-dependencies:
- dependency-name: setproctitle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'requirements.txt')
-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 |