From 57d6a16475762c3a2dafbdbe15159a80ba8fe6ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 06:50:48 +0000 Subject: [PATCH] Update setproctitle requirement from ~=1.3.2 to ~=1.3.3 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.3) --- 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 4d4a2485..45719cc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,4 +18,4 @@ gunicorn~=20.1.0 psycopg2-binary~=2.9.5 sentry-sdk~=1.34.0 ddtrace~=2.1.4 -setproctitle~=1.3.2 \ No newline at end of file +setproctitle~=1.3.3 \ No newline at end of file