From 090aa01829fbf194d1ae41a25abbc034a2417911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 18:51:15 +0000 Subject: [PATCH] Update setproctitle requirement from ~=1.2.3 to ~=1.3.0 Updates the requirements on [setproctitle](https://github.com/dvarrazzo/py-setproctitle) to permit the latest version. - [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.2.3...version-1.3.0) --- 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 390109f9..e10a301c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,4 +18,4 @@ gunicorn~=20.1.0 psycopg2-binary~=2.9.3 sentry-sdk~=1.8.0 ddtrace~=1.3.0 -setproctitle~=1.2.3 \ No newline at end of file +setproctitle~=1.3.0 \ No newline at end of file