From 7d20f3a43557d0b9c4d0ca09a63977433fac9148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20P=C3=A9rez?= Date: Thu, 9 Jan 2025 13:21:08 -0400 Subject: [PATCH] Bump task_processing to v1.3.1 for capability fix (#1020) Just like Yelp/paasta#3972 and Yelp/paasta#3973, we need to ensure that there are no duplicates between cap_add and cap_drop - otherwise, the cap_drop entry will "win" and the duplicate capability will not be added. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 76725833c..2a1814338 100644 --- a/requirements.txt +++ b/requirements.txt @@ -80,7 +80,7 @@ setuptools==65.5.1 six==1.15.0 sshpubkeys==3.1.0 stack-data==0.6.2 -task-processing==1.3.0 +task-processing==1.3.1 traitlets==5.0.0 Twisted==22.10.0 typing-extensions==4.5.0