From c2e8d03a1fcc45dc76aa2e4597ff6a88c85f098f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:28:28 +0000 Subject: [PATCH] Update setproctitle requirement from ~=1.3.2 to ~=1.3.4 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.3.2...version-1.3.4) --- updated-dependencies: - dependency-name: setproctitle dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 32a258d0..7b98d195 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,4 +18,4 @@ gunicorn~=21.2.0 psycopg2-binary~=2.9.5 sentry-sdk~=1.44.0 ddtrace~=2.9.2 -setproctitle~=1.3.2 \ No newline at end of file +setproctitle~=1.3.4 \ No newline at end of file