From a413b30160d35979e51c1fc214891b4e24a7053c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 17:53:37 +0000 Subject: [PATCH] build(deps): update setproctitle requirement in /requirements Updates the requirements on [setproctitle](https://github.com/dvarrazzo/py-setproctitle) to permit the latest version. - [Changelog](https://github.com/dvarrazzo/py-setproctitle/blob/master/HISTORY.rst) - [Commits](https://github.com/dvarrazzo/py-setproctitle/compare/version-1.1...version-1.3.7) --- updated-dependencies: - dependency-name: setproctitle dependency-version: 1.3.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/extras/setproctitle.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/extras/setproctitle.txt b/requirements/extras/setproctitle.txt index e4b816eb6..ca4ceb76a 100644 --- a/requirements/extras/setproctitle.txt +++ b/requirements/extras/setproctitle.txt @@ -1 +1 @@ -setproctitle>=1.1 +setproctitle>=1.3.7