diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-06 07:24:19 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-10-06 10:29:12 +0200 |
commit | 60fecf51252ab0314bec2131e1f0572f1a061c58 (patch) | |
tree | 9b563c4550e7de3c1a066663895e10e16e809eb7 | |
parent | f7ca979c8ab9adc2eac696344e0d5156d3aa876b (diff) | |
download | searxng-60fecf51252ab0314bec2131e1f0572f1a061c58.tar.gz searxng-60fecf51252ab0314bec2131e1f0572f1a061c58.zip |
Bump setproctitle from 1.3.2 to 1.3.3
Bumps [setproctitle](https://github.com/dvarrazzo/py-setproctitle) from 1.3.2 to 1.3.3.
- [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.2...version-1.3.3)
---
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 bdce9a6a4..3eaf4a17f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ httpx[http2]==0.24.1 Brotli==1.1.0 uvloop==0.17.0 httpx-socks[asyncio]==0.7.7 -setproctitle==1.3.2 +setproctitle==1.3.3 redis==4.6.0 markdown-it-py==3.0.0 typing_extensions==4.8.0 |