diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-08-05 07:06:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-05 07:06:12 +0000 |
commit | c6b5bc5c698576af07044e4fc8574e0d5e54d330 (patch) | |
tree | fca0d9d2d8bcb8d454cad8b80fae027a1d26fe36 /requirements.txt | |
parent | 225f8caaf9c4ab42e4272e3deb44664bb84b6c13 (diff) | |
download | searxng-c6b5bc5c698576af07044e4fc8574e0d5e54d330.tar.gz searxng-c6b5bc5c698576af07044e4fc8574e0d5e54d330.zip |
Bump setproctitle from 1.3.0 to 1.3.1
Bumps [setproctitle](https://github.com/dvarrazzo/py-setproctitle) from 1.3.0 to 1.3.1.
- [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.3.0...version-1.3.1)
---
updated-dependencies:
- dependency-name: setproctitle
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 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 |