diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-02 07:42:35 +0000 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-05-02 13:37:39 +0200 |
| commit | b072b0f66b9e5fab4fbc52a94b0a2fb304e1dbe4 (patch) | |
| tree | 6a690b90db86deeeb1e33bf030d53f9aafed4cc5 | |
| parent | 4beb5523f59903afe114bc6cb9550d80ba1e33fa (diff) | |
[upd] pypi: Bump setproctitle from 1.3.5 to 1.3.6
Bumps [setproctitle](https://github.com/dvarrazzo/py-setproctitle) from 1.3.5 to 1.3.6.
- [Changelog](https://github.com/dvarrazzo/py-setproctitle/blob/master/HISTORY.rst)
- [Commits](https://github.com/dvarrazzo/py-setproctitle/compare/version-1.3.5...version-1.3.6)
---
updated-dependencies:
- dependency-name: setproctitle
dependency-version: 1.3.6
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 a50802e02..d9dd19b78 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.5 +setproctitle==1.3.6 redis==5.0.8 markdown-it-py==3.0.0 fasttext-predict==0.9.2.4 |